Re: [google-appengine] Re: Exceeded soft memory limit - how to configure app.yaml for java 11

2021-04-07 Thread 'Andrew Cooper' via Google App Engine
Do you know how much memory it uses when you run it locally? Increasing the size of the instance is not generally the best approach. For example, if you have a memory leak, then the instance size might need to grow exponentially!! You can use Cloud Code to hel

Re: [google-appengine] Re: Exceeded soft memory limit - how to configure app.yaml for java 11

2021-03-27 Thread Raphael André Bauer
Thanks Ludo! I have zero idea how this is implemented internally - but might it be the case that the VPN connector uses a substantial amount of memory of the instance? On Thu, Mar 25, 2021 at 10:20 PM Ludovic Champenois wrote: > > > Hi, > I am not sure JAVA_TOOL_OPTIONS is supported (nor documen

[google-appengine] Re: Exceeded soft memory limit - how to configure app.yaml for java 11

2021-03-25 Thread Ludovic Champenois
Hi, I am not sure JAVA_TOOL_OPTIONS is supported (nor documented) for GAE Java11.. You have a few options: 1/ either move to instance_class: F4 or instance_class: F2 to get bigger instances. Or manually control your entrypoint... I assume you deployed a jar, let's call it myjar.jar the default

Re: [google-appengine] Re: Exceeded soft memory limit

2010-10-06 Thread Robert Kluin
The message just means your app has used "too much" memory. I just re-read your first email, you indicate that you need about 500MB of memory... so I guess you are aware of what you are doing that uses the memory. You probably have three choices: 1) Try submitting a production issue request to Go

[google-appengine] Re: Exceeded soft memory limit

2010-10-06 Thread sahid
just an extract of my log http://goo.gl/226V On Oct 6, 10:48 am, sahid wrote: > No, i dont use global variables or just variables with a constants > values > > You know why exactely signifie this message? > > On Oct 5, 8:47 pm, Robert Kluin wrote: > > > > > > > > > Are you using global variables

[google-appengine] Re: Exceeded soft memory limit

2010-10-06 Thread sahid
No, i dont use global variables or just variables with a constants values You know why exactely signifie this message? On Oct 5, 8:47 pm, Robert Kluin wrote: > Are you using global variables to cache stuff at the module level or > something similar? > > Robert > > > > > > > > On Tue, Oct 5, 2010

Re: [google-appengine] Re: Exceeded soft memory limit

2010-10-05 Thread Robert Kluin
Are you using global variables to cache stuff at the module level or something similar? Robert On Tue, Oct 5, 2010 at 13:25, sahid wrote: > up > > On Oct 3, 10:06 pm, sahid wrote: >> Hello, >> >> I have a little problem with my application, >> i have a lot of "Exceeded soft memory limit"

[google-appengine] Re: Exceeded soft memory limit

2010-10-05 Thread sahid
up On Oct 3, 10:06 pm, sahid wrote: > Hello, > > I have a little problem with my application, > i have a lot of "Exceeded soft memory limit" exception. > > But i know why. > My application is a daiting website. All users has a possibility to > make a search with many criteria > So i have a model