I'm not Peter, but both settings are good to work with. Keep in mind, that Ram settings are very specific to your needs and concurrent users. There is no "one settings suits all". Experiment with what works for you.
Kind Regards, Nitai On Wed, Sep 1, 2010 at 12:05 AM, Alan Holden <[email protected]> wrote: > Thanks Peter, > > This was in my init.d/tomcat: > export JAVA_OPTS="-Xmx1024M -Xms256M - Xms256M -server" > > I've followed Nitai's advice and placed this line in a new > tomcat/bin/setenv.sh file: > export JAVA_OPTS="-Xms256m -Xmx512m -XX:MaxPermSize=128m" > > How would you suggest I resolve his suggestion against yours? > > Al > > On 8/31/2010 1:38 PM, Peter J. Farrell wrote: > > What's your Tomcat JVM settings? In my catalina.sh file, I raised my perm > gen higher: > > JAVA_OPTS="-Xms768M -XX:PermSize=128m -XX:MaxPermSize=256m" > > The min perm is 128mb and the max perm is 256mb. The total heap is set to > 768mb. This runs two Adobe CF applications and one OpenBD application with > a couple hundred MBs to spare. There's no magical number for perm gen, but > let me know what your java opts are. I suspect they are too low. > > .pjf > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > official manual: http://www.openbluedragon.org/manual/ > Ready2Run CFML http://www.openbluedragon.org/openbdjam/ > > mailing list - http://groups.google.com/group/openbd?hl=en > -- See for yourself how easy it is to manage files today. Join the revolution! Razuna SaaS On-Demand - Hosted Digital Asset Management Solution http://www.razuna.com/ Razuna - Open Source Digital Asset Management http://www.razuna.org/ Follow us on Twitter http://twitter.com/razunahq -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
