gregs

helping me remember what I figure out

Configuring Jetty’s memory usage

| 0 comments

Debian specific, but if you need to edit jvm configuration details for Jetty, look for this file:

CODE:
  1. /etc/default/jetty

And locate the lines below to start fine tuning Jetty's memory usage:

CODE:
  1. # Extra options to pass to the JVM         
  2. JAVA_OPTIONS="-Xmx256m -Djava.awt.headless=true"

Leave a Reply

Required fields are marked *.

*