� To reduce the size of the image I would also clear
� Monticello caches, throw out unused Form instances, ...
� There are many tricks here - depends on how far you want
� to go. Google for "Squeak" and "shrinking" and you will find more.


The best way I know how to do that is evaluate "ScriptLoader new cleanUpForProduction"

Thanks Torsten for this wonderful tutorial. I have created a wiki page for it, and I formatted for the wiki:

http://code.google.com/p/pharo/wiki/HowToDeployAnApplication

Feel free to edit it :)

Mariano