Tuning performance
This chapter describes performance related settings which might need to be added/changed depending on the system environment.
Memory Usage
Hard limit
Description
How to activate
{
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true,
"System.GC.HeapHardLimit": 2097152000,
"SomeOtherKey": "Comma separated key/value pairs above..."
}
}
}Percentage limit
Description
How to activate
Last updated
Was this helpful?