I don't know if it's the problem because I have currently no time to test
your code but check how many times that FOR inside a FOR inside a FOR
executes =)
(use logging.info('loop!') or something like that and check the code is not
asking for a lot of memory). In production, and only in production, not in
the devserver, the memory you use is inspected carefully, if you consume too
much, the instance is killed to protect the system.
The exception docs:
http://docs.python.org/library/exceptions.html#exceptions.MemoryError
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.