I am testing out nginx/uwsgi on our production server over an ssh tunnel.

The server is working hard (load average of 9-14 constantly) and I am
running long running queries (some more than 40 minutes).

I have seen this in the logs now and am a bit concerned about it and would
like to know how can I find out what is causing it:

Thu Nov 21 13:58:18 2013 - Memory Error detected
!!!

Traceback (most recent call
last):

  File "/home/www-data/web2py/gluon/main.py", line 651, in
app_with_logging
    ret[0] = wsgiapp(environ,
responder2)

  File "/home/www-data/web2py/gluon/main.py", line 546, in
wsgibase
    e = RestrictedError('Framework', '', '',
locals())

  File "/home/www-data/web2py/gluon/restricted.py", line 144, in
__init__
    self.snapshot =
{}

MemoryError

[pid: 18123|app: 0|req: 26/112] 127.0.0.1 () {48 vars in 1047 bytes} [Thu
Nov 21 13:53:51 2013] GET /init/isi/l1_countrynames$
Thu Nov 21 13:58:18 2013 - ...The work of process 18123 is done.
Seeya!
Thu Nov 21 13:58:19 2013 - Respawned uWSGI worker 1 (new pid:
18992)
Thu Nov 21 13:58:19 2013 - set cpu affinity for worker 1 toThu Nov 21
13:58:19 2013 -  0Thu Nov 21 13:58:19 2013 -
ERROR:web2py:no traceback because template parsing
error
Thu Nov 21 14:01:13 2013 - Memory Error detected
!!!

Traceback (most recent call
last):

  File "/home/www-data/web2py/gluon/main.py", line 651, in
app_with_logging
    ret[0] = wsgiapp(environ,
responder2)

  File "/home/www-data/web2py/gluon/main.py", line 546, in
wsgibase
    e = RestrictedError('Framework', '', '',
locals())

  File "/home/www-data/web2py/gluon/restricted.py", line 144, in
__init__
    self.snapshot =
{}

MemoryError

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to