On Tuesday, March 19, 2013 7:41:59 AM UTC-5, aswath wrote:
>
> It is better while using B8 instances.  The memory usage keeps shooting up 
> as I run long scheme migrations and finally the instance dies at 1024MB.
> I believe, I have to investigate my code for possible memory leaks. 
>
> Since, my program is continuously looping and doing some entity updates, I 
> think the java garbage collector is not getting a chance to do the garbage 
> collection.
> Is there any way to forcebly perform the garbage collection or, better, I 
> want to give a chance for the JVM to perform it garbage collection process.
>
 

Glad to hear it's better now. I'm not sure if there's a way to access GC 
processes; that might be outside of AppEngine's whitelist requirement. Can 
you post some code, and we can see if there's some optimizations we can do?


On Tuesday, March 19, 2013 12:24:34 PM UTC-5, Rafael Sanches wrote:
>
> If you see that screenshot you will see that my dynamic instances are ok, 
> but the dedicated ones keep dying and re-starting, but they die after some 
> seconds.
>  
>

Just as a temporary band aid (and to save you a bit of money) try lowering 
the resident instances to just 1, and let the dynamic instances carry the 
load. A lot of people are having issues today, seems like it's one of those 
days.

-Vinny P


 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to