[Seaside] image unable to start correctly...space problem?

Lukas Renggli renggli at gmail.com
Sun Nov 18 07:46:46 UTC 2007


Look like you have a memory leak somewhere.

- The most likely thing is, that you have a background process in an
infinite recursion and it is slowly eating up all your memory. Go to
the process browser and terminate all processes that Squeak allows you
to kill.

- You also have to make sure that you don't reference unwanted object
from global variables.

- If this does not result to solution you might want to generate an
overview what objects eat up your space using "SpaceTally new
printSpaceAnalysis".

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list