jvm memory settings

In lucee admin there is heap and non-heap readings.

I know in comandbox server.jason there is a setting for :

“jvm”:{
“heapSize”:“xxx”,

Is there a way to adjust non-heap available memory, or is this something that doesn’t need to be configured? My non-heap is running about 70%.

Many thanks.

non-heap means different things based on the version of Java you’re using. Permgen for example in Java 7 and prior and metaspace in Java 8+. You can adjust anything you like, just use the jvm.args setting to pass additional JVM args. We just made dedicated settings for heap size since it is just a commonly used setting.

Thanks!

~Brad

ColdBox/CommandBox Developer Advocate
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com