How to change default assigned 512MB JVM ram of docker deployment?

0
We're deploying an app to AWS Beanstalk based on the mendix docker buildpack. But how can we influence JVM properties like heap (xms, -xmx) e.t.c.? 
asked
2 answers
0

Can you try to set vcap_application?

https://github.com/mendix/docker-mendix-buildpack/search?q=mem&unscoped_q=mem

answered
0

If I not mistaken the vcap_application is used for cloud foundary. What if you’re not using cloud foundary?

@Herbert Vuijk, were you able to figure it out? 

We are having slow app issues and hanging pages on our deployed app when multiple users are logged in/logging in.

 

answered