Java Heap Space paramter

0
Im trying to increase the heap space on my application . I have deployed the application and it is in production, Does anyone know the parameter for this that i can use in the custom runtime settings. It needs a setting type and a value. I’m assuming the setting type would be the parameter and i want the value to be 1GB. Please advice. 
asked
2 answers
1

Is this an application running in the Mendix cloud? I think the heap space depends on the cloud node you ordered. If you need more, you probably need a biger cloud node.
You should ask Mendix Support for mor information.

answered
1

If you have deployed in the Mendix Cloud, you will not be able to adjust this: the amount of memory your application has access to is governed by your subscription. If you want to increase that, you should contact your customer success manager, or submit a ticket at the support portal (NB: this will incur a monthly fee).

If you deploy on premise, you should refer to the documentation here.

answered