Mendix application on Openshift with jenkins

0
Hi   We are deploying Mendix application  on Open shift with Jenkins pipelines. I set up following parameter  MEMORY_REQUEST=4096Mi MEMORY_LIMIT=4096Mi CPU_REQUEST=700m CPU_LIMIT=3000m   But still Jvm memory still 512M. Can you please help me what kind of parameter I need to set to increase JVM memory mendix       15      1 69 16:42 ?        00:04:05 /build/.local/bin/java -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/build/data/tmp -XX:OnError=kill -s USR1 8 -XX:OnOutOfMemoryError=kill -s USR2 8 -Xmx512M -Xms512M -XX:MaxMetaspaceSize=256M -Djava.locale.providers=JRE,SPI,CLDR -DMX_INSTALL_PATH=/build/runtimes/7.22.2.44474 -jar /build/runtimes/7.22.2.44474/runtime/launcher/runtimelauncher.jar /build/   Thanks Urmil  
asked
0 answers