Portal Home > Knowledgebase > Railo Hosting > Increasing Railo / Tomcat Memory (VPS/Dedicated Only)
For some you may need to increase the memory in Apache Tomcat for Railo to use.
EDIT
nano /opt/railo/tomcat/bin/setenv.sh
JAVA_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=128m "; # memory settings.
Restart Railo as below:
/etc/rc.d/init.d/railo_ctl restart
Add to Favourites
Print this Article