Out of space + other flakiness

Bob Arning arning at charm.net
Sat Jun 30 01:57:33 UTC 2001


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