...
- In
<tomcat-install>/bin
, open thesetenv.sh
file, or create a new file if it doesn't exist. Add the
lineline
Code Block language bash 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
...