Charles Robertson
01/17/2023, 4:40 PMACF Version11,0,19,314546
I want to change the JVM settings, but I cannot find where they are?
https://www.cfguide.io/coldfusion-administrator/server-settings-java-jvm/
Does anyone know whether it is possible to access these settings, using CommandBox? ThanksPatrick
01/17/2023, 4:41 PMserver show JVM.heapSizePatrick
01/17/2023, 4:42 PMPatrick
01/17/2023, 4:42 PMCharles Robertson
01/17/2023, 4:43 PMPatrick
01/17/2023, 4:43 PMCharles Robertson
01/17/2023, 4:51 PM{
"name": "system_learningassistant_acf",
"web": {
"http": {
"port": "8081"
},
"rewrites": {
"enable": "true"
},
"ajp": {
"enable": "true",
"port": "8029"
},
"host": "system.learningassistant.local",
"aliases": {
"/acf-code": "C:\\domains\\acf-lucee-shared\\shared\\la\\Code"
},
"webroot": "C:\\domains\\acf-lucee-shared\\shared\\la\\Code"
},
"openBrowserURL": "<http://system.learningassistant.local:8081>",
"app": {
"cfengine": "adobe@11.0.19+314546"
},
"jvm": {
"javaVersion": "openjdk8_jdk",
"minHeapSize": 1024,
"maxHeapSize": 5120
}
}
I couldn't actually see an example of server.json with the minHeapSize/maxHeapSize?Patrick
01/17/2023, 4:53 PMbdw429s
01/17/2023, 10:45 PMjvm.config file) is a hacked around integration with their customized version of Tomcat they bundle in their installer. Any "JRE" deployment of ACF on any other servlet container, will hide that page in the admin as those settings are handled by that servlet containerbdw429s
01/17/2023, 10:45 PMserver.json filebdw429s
01/17/2023, 10:46 PM1g instead or 1024m or 1024 (defaults to megs)