Memory error usually indicates that you are running out of memory. It could be due to the app if you are caching too much. I cannot say.
Is it reproducible? Do you have multiple failures at the same point? massimo On Friday, 15 March 2013 12:53:42 UTC-5, use_web2py wrote: > > Hi Massimo, > > I keep getting this error in the apache log, which fills up my log ,I need > to know why is this happening > > http_response, request, environ, ticket) > request.env.request_uri), request.url) > return ''.join(map(quoter, s)) > return quote(s, safe) > return wsgibase(new_environ, responder) > File "/home/www-data/web2py/gluon/main.py", line 649, in wsgibase > File "/home/www-data/web2py/gluon/main.py", line 651, in wsgibase > File "/home/www-data/web2py/gluon/rewrite.py", line 241, in > try_rewrite_on_error > File "/usr/lib/python2.7/urllib.py", line 1268, in quote > File "/usr/lib/python2.7/urllib.py", line 1275, in quote_plus > MemoryError > Traceback (most recent call last): > mod_wsgi (pid=31905): Exception occurred processing WSGI script > '/home/www-data/web2py/wsgihandler.py'. > > -- --- 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/groups/opt_out.

