i want to resize the allocated memory to a Lucee I...
# lucee
s
i want to resize the allocated memory to a Lucee Install on Debian…not sure how the best way would be. I read something about passing the arguments in the setenv.sh File (which not exists in my installation). On the other hand i found something about giving the new arguments trough the export command
export JAVA_OPTS=“-Xms1024m -Xmx1024m”
Anyone has an advise how to do this best on debian?
e
Place it in your catalina.sh
👍 1