I'm currently running Railo 4.0.4.001 final on an Amazon 64-bit Linux m1.medium cloud instance which has 3.75Gb of memory.
My setenv.sh
script is currently starting Railo / Tomcat with ...
JAVA_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=256m ";
My questions is this ... Can/should I use higher memory settings? This machine is strictly an Apache/Tomcat/Railo web server with no other applications running.