Out of space + other flakiness

doug way dway at riskmetrics.com
Sat Jun 30 03:46:32 UTC 2001


You may also want to assign more memory to Squeak when you run it.  
There's an item on the Squeak FAQ 
( http://minnow.cc.gatech.edu/squeak/squeakFaq ) which explains how to 
assign more memory to Squeak upon startup... it varies depending on your 
platform.

- Doug Way
   dway at riskmetrics.com

On Friday, June 29, 2001, at 09:57 PM, Bob Arning wrote:

> On Fri, 29 Jun 2001 16:13:41 -0700 Ross Boylan 
> <RossBoylan at stanfordalumni.org> wrote:
>> I've hunted around for tools
>> or convenience methods that would give me a more complete picture of
>> object memory--all I have now is the # free bytes ( '1,148,708 bytes
>> available').  I'd like to know how much memory it thinks its using,
>> the amount each class's instances are taking and such.
>
> Ross,
>
> Try
>
> 	Smalltalk spaceTallyTo: 'somefile.txt'.
> or
> 	Smalltalk printSpaceAnalysis: 1000 on: 'STspace.text0'.
>
> BTW, 1.1 meg free is not a lot.
>
> Cheers,
> Bob
>





More information about the Squeak-dev mailing list