[Newbies] MemoryUsage

Davide Arrigo davide.arrigo at gmail.com
Tue Jun 10 07:43:18 UTC 2008


Hi Rob.

2008/6/10, Rob Rothwell <r.j.rothwell at gmail.com>:
> Can anyone explain what exactly MemoryUsage tells me if I see 47.7M/49.9M =
> 95.7%?
>
MemoryUsage is telling you are using 95,7% of RAM allocated. If you
want, on Unix/Linux by example, you can start from command line with
this command:
arrigo at aleph Fuzzy-Squeak]$ squeak -memory 70M squeak.image
with -memory option you can tell to your VM to allocate 70MB of RAM in
executing your squeak.image.
I don't know how is it on windows or Mac.
Bye

-- 
--------------------------
Davide Arrigo


More information about the Beginners mailing list