johnbarrett
02/12/2023, 1:08 AMUnable to update server settings.
In memory file system limit cannot be more than JVM max heap size.
I am looking at this page - https://commandbox.ortusbooks.com/embedded-server/configuring-your-server/jvm-args Im my server.json file I have, {
"app":{
"cfengine":"adobe@2021"
},
"trayEnable":"true",
"server set JVM.heapSize=1024"
}
danmurphy
02/12/2023, 1:14 AMjohnbarrett
02/12/2023, 1:22 AMdanmurphy
02/12/2023, 1:23 AMjohnbarrett
02/12/2023, 1:43 AM"app": {
"cfengine": "Adobe@2021"
},
"web": {
"http": {
"port": "2020"
}
},
"jvm": {
"heapSize": 512
}
}
johnbarrett
02/12/2023, 1:55 AMbdw429s
02/12/2023, 7:36 PMbdw429s
02/12/2023, 7:37 PMbdw429s
02/12/2023, 7:44 PMjohnbarrett
02/12/2023, 8:52 PM