In Pharo, how can you measure the current total system memory usage?

I would like to track memory usage through the runtime of my image. I would often measure current memory usage.

+5
source share
2 answers

And the Smalltalk code:

          Smalltalk vmParameterAt: 3
+4
source

WorldMenu-> Tools-> MemoryMonitor

enter image description here

+4
source

All Articles