I'm curious, I was getting hit by out of memory errors yesterday and today I see this. My luck.
This is really good info but I do have one question. What size app are these settings appropriate for? I mean if I have 1500 clients using the SOAP web services to post data ( 2 - 200k ) all around the same time should this be enough? I guess I'm looking for a good scaling article/cheat sheet? Thanks, Charles On Jul 20, 11:10 am, "Nitai @ Razuna" <[email protected]> wrote: > Place a setenv.sh or .bat file in the bin directory of Tomcat and set > the JavaOpts like: > > JAVA_OPTS="$JAVA_OPTS -server -Xss512k -Xms512m -Xmx1G > -XX:NewSize=512m -Djava.awt.headless=true > -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true > -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:SurvivorRatio=4" > > export JAVA_OPTS > > This will give you almost the same settings as the Adobe CF one. > > Nitai > > > > > > On Tue, Jul 20, 2010 at 8:07 PM, tom thomas <[email protected]> wrote: > > I have apache/tomcat installation with openbd. I am getting this error > > > java.lang.OutOfMemoryError: Java heap space > > > I remember reading one time that there is an xml file that can be edited to > > increase heap space. Where would that file be located? > > > Thanks, > > Tom Thomas > > > -- > > Open BlueDragon Public Mailing List > >http://www.openbluedragon.org/http://twitter.com/OpenBlueDragon > > online manual:http://www.openbluedragon.org/manual/ > > > 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 > Solutionhttp://www.razuna.com/ > > Razuna - Open Source Digital Asset Managementhttp://www.razuna.org/ > > Follow us on Twitterhttp://twitter.com/razunahq -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
