[web2py] MemoryError

2016-09-02 Thread Jose
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] t

[web2py] MemoryError using sqlite

2013-07-10 Thread Joel Samuelsson
Hi, I am using an sqlite db to store a blob locally. The blob is a pickled file of a list I have in memory. Reading the entire list into memory causes no issues, nor does saving the pickled file into the db. However, when I try to pull the blob from the database, I get a MemoryError exception,