Debian specific, but if you need to edit jvm configuration details for Jetty, look for this file:
CODE:
-
/etc/default/jetty
And locate the lines below to start fine tuning Jetty's memory usage:
CODE:
-
# Extra options to pass to the JVM
-
JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true"