Since the JAVA_OPTS environment variable is more significant to the customizing of an application's memory config, it seemed somewhat less user friendly to require that changes to the JAVA_OPTS environment variable required a restage to take effect.
It would be nice if I wanted to change -Xss all I'd need to do is change the environment variable and restart. Just like if I change app memory, all I need to do is scale the app and restart.
Since the
JAVA_OPTSenvironment variable is more significant to the customizing of an application's memory config, it seemed somewhat less user friendly to require that changes to theJAVA_OPTSenvironment variable required a restage to take effect.It would be nice if I wanted to change -Xss all I'd need to do is change the environment variable and restart. Just like if I change app memory, all I need to do is scale the app and restart.