I have started with webfaction (as I was going to learn Django, and people suggested them very strongly for Django) a month ago but meanwhile I found out web2py since I was trying to find my own way of programming IN Python. Now I went for VPS of Hetzner (and I'm still fiddling with the basics of apache, virtual hosts and so on) and my website is still not active after 2 weeks, but I find it much more challenging and instructive.
I tried to install web2py with their script and have been given a torrent of tickets of high memory usage in a couple of hours because I was given only 80MB of RAM. I still have my acc there and trying to learn drupal in a ready-to-go environment, but for a custom web app with web2py, I strongly (but humbly) advise a private server for just a couple of bucks more... I'm quite new to these, so here's my insignificant two cents.. :) On Sat, Nov 26, 2011 at 6:24 PM, Plumo <[email protected]> wrote: > I was migrated to a newer webfaction server and now uwsgi compiles. I > first tried limiting to 64 MB of memory and 1 process: > > uwsgi --http=127.0.0.1:port --pythonpath /user/web2py --module > wsgihandler -d /user/uwsgi.log -t 20 --async 24 --ugreen --limit-as 64 -r > --no-orphans -M -p 1 --touch-reload /user/uwsgireload.txt --reload-on-rss 50 > > But this lead to MemoryError's for my more database intensive pages. Then > increased to 80 MB and the MemoryError's have stopped. > Should this much memory really be needed, or is there likely a problem > with web2py / my app? > > Richard > -- Sefa Denizoğlu

