About Mendix deployment package size limitation and JVM setting
0
1.I noticed that there was a limitation when upload mendix application deployment package when then size is great than 3G, I am wondering if there any place can change or set the size limitations?2.I shared a image about the JVM of current mendix applition, according to the past 2 days running status, shooooould I set the JVM larger or upgrade the instance size?current setting as belows:-Xms10g -Xmx14g
asked
Dongsheng Xu
1 answers
0
3gb is probably a hard limit. Large packages means longer deployment time. Which means longer down time. So in general try to keep your model size manageable. You should consider splitting your model into two apps.
If you are getting out of memory errors, lower the Xmx to 12gb to handle the spikes. Your heap looks stable, so lowering the max should be fine. This frees up space for other jvm memory and os-native processes.