On Oct 17, 12:09 pm, Joebi <joebi.m...@gmail.com> wrote:
> Hi,
>
> I have a web application which does some search and refines the
> results using NLP techniques.
> When I load this web app, I use an initialization servlet to load the
> model files and other related resources in the memory. But I am
> getting an error saying "Error: Server Error. The server encountered
> an error and could not complete your request."
>
> I am trying to see how to increase the VM size while deploying the
> application. In my local development server of app engine, I have set -
> Xms1024m -Xmx2048m. Is there a way to specify this limit for the
> production deployment ?

No. You might find some reverseengineered  information about the
limits here:

http://kohlerm.blogspot.com/2009/04/some-facts-about-java-used-by-googles.html

Cheers
Philippe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to