[google-appengine] Tracking down soft memory limit errors.

2010-08-16 Thread Dave Peck
I have an app that regularly logs critical Soft Memory errors after roughly 1k requests to a given process. I've looked at all the obvious potential causes (global variables, etc.) but see nothing in my code that should lead to a memory leak. All cross-request state ends up either in memcache or

Re: [google-appengine] Tracking down soft memory limit errors.

2010-08-16 Thread Jeff Schwartz
it would probably help if you provided language, framework etc. On Mon, Aug 16, 2010 at 5:37 PM, Dave Peck davep...@gmail.com wrote: I have an app that regularly logs critical Soft Memory errors after roughly 1k requests to a given process. I've looked at all the obvious potential causes