Hi I have an account in webfaction (plan 512M). The server is a proper installation of nginx and uwsgi In the configuration of uwsgi use: "limit-as = 256" Everything worked fine.
Today I migrated the account to plan 1G. The first problem is that uwsgi not start, gave memmoy out. I saw this [1] thread and changed the "limit-as = 256" to "limit-as = 512". Now starts but after a few requests uwsgi turned to fall. Error: web2py/gluon/main.py "in wsgibase MemoryError what I did was remove the limit-as uwsgi configuration. Now everything works fine. The question is: why the memory problem arose when in fact I have more memory available? Best regards Jose [1] https://groups.google.com/forum/#!topic/web2py/kq6c9_av8Ps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

