Hi, I've just started playing around with Web2py. I've installed it on Webfactional and sadly I've started overusing my memory limit straight away. I can't seem to get Web2py to run on under 55MB of ram (I get 80MB of ram for my account, ~40 is used to a django app).
Now I've searched online and made sure that - import gluon.import_all is commented out (in my web2py.py) and changed the cron (in gluon.widget.start(cron=False)) to false. Still using 55MB of mem. Now the only app I'm actually have running is : http://gallery.gnesher.com/gallery/default/index This is a JS gallery based on the image blog example from the online web2py official book (minus the commenting atm) Am I doing something wrong or does web2py simply require this much memory ?

