Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In <tomcat-install>/bin, open the setenv.sh file, or create a new file if it doesn't exist.
  2. Add the

    line 

    line

    Code Block
    languagebash
    export JAVA_OPTS="$JAVA_OPTS -Xms128m -Xmx512m"
     

...

Restart Tomcat after the file is edited and saved. You can confirm that Tomcat has picked up the correct settings by running

...