[Seaside] [ANN] script.aculo.us

Lukas Renggli renggli at gmail.com
Sun Aug 6 18:23:05 UTC 2006


> Any pointer to ways to trim down the image? I started with Squeak3.8 at 18M
> and with all the updates and image-saves it is already up to 28M :(  ...
> Google yielded quite a lot but I'm not sure where to start. I have lots of
> flaps, morphic stuff, and who knows what else that I could do without

Usually it helps to evaluate the following commands in a workspace:

" clear the monticello caches "
MCFileBasedRepository flushAllCaches.

" clear all the sessions "
WARegistry clearAllHandlers.

" do a full garbage collect "
Smalltalk garbageCollect.

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


More information about the Seaside mailing list