On Sat, Jan 18, 2014 at 7:39 AM, Julien-Yannick Roger-Legros <
roger.legros....@gmail.com> wrote:

> Since this week when i luch a thread in my Java backend, the backend
> automaticaly restar every 2 minutes /_ah/start/
> Did someone had this problem?
>



Backends restart for many reasons: because memory limits are overflowed,
App Engine needs to move instances to another machine, system issues, and
so forth. Depending on your thread usage, you may be exceeding the memory
limit for your instance. Can you try increasing the size of your backend?
For instance, try moving from a B1 to a B2 instance class.

Also, do you see any exception messages or log notices in logs?

-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to