Can you reproduce this with the welcome app?

On Feb 17, 2:09 pm, howesc <how...@umich.edu> wrote:
> Hi all,
>
> I see this in mt GAE logs from time to time:
>
>    1. 2012-02-17 11:35:59.737
>
>    Exceeded soft private memory limit with 129.473 MB after servicing 107 
> requests total
>
>    2. W2012-02-17 11:35:59.737
>
>    After handling this request, the process that handled this request was 
> found to be using too much memory and was terminated. This is likely to cause 
> a new process to be used for the next request to your application. If you see 
> this message frequently, you may have a memory leak in your application.
>
> now i know i have had this problem when i load lots of stuff into memory,
> but it seems that my GAE instances slowly use more and more memory until
> they are killed and restarted by GAE.  Is there anything in particular that
> i should be doing to make sure that my code is not leaking memory?  i
> assume vars and query results get de-allocated after the request is
> serviced right?
>
> thanks!
>
> christian

Reply via email to