Re: a trouble problem

2011-12-05 Thread Chris Poulsen
It will not work as he's running out of PermGen, the -Xmx switch controls heap size. The switch to use is: -XX:MaxPermSize= to allow the VM to allocate more PermGen. Eg. -XX:MaxPermSize=400m HTH. -- Chris On Mon, Dec 5, 2011 at 6:27 AM, angelochen wrote: > try this: > JAVA_OPTS='-Xms256m -X

Re: a trouble problem

2011-12-04 Thread angelochen
try this: JAVA_OPTS='-Xms256m -Xmx1024m' -- View this message in context: http://tapestry.1045711.n5.nabble.com/a-trouble-problem-tp5047877p5047892.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsu