MemoryUsage

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

MemoryUsage

Rob Rothwell
Can anyone explain what exactly MemoryUsage tells me if I see 47.7M/49.9M = 95.7%?

Thanks,

Rob

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: MemoryUsage

Davide Arrigo
Hi Rob.

2008/6/10, Rob Rothwell <[hidden email]>:
> 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@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
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners