tapestry 4.1.6 and pergmen question

2016-04-05 Thread Ivano Luberti
I know I know, please don't shoot the pianist. I have an old application written using Tapestry 4.1.6 and I can't get the budget to rewrite in Tapestry 5. (BTW I have already and succesfully used Tapestry 5, so I know what I'm loosing here) The application run without issues for years on a CentOS+T

RE: tapestry 4.1.6 and pergmen question

2016-04-05 Thread Tony Nelson
I still have a Tapestry 4 app running with Tomcat 6.0.41, and it runs well enough with: -XX:MaxPermSize=1024m I also have -Xmx12g -Xms4g -XX:+UsseConcMarkSweepGC -XX:+UseParNewGC But those may not be of interest to you. Hope that helps Tony > -Original Message- > From: Ivano Luberti

Re: tapestry 4.1.6 and pergmen question

2016-04-05 Thread Ivano Luberti
Hi Tony thanks for the quick answer: Il 05/04/2016 21:50, Tony Nelson ha scritto: > I still have a Tapestry 4 app running with Tomcat 6.0.41, and it runs well > enough with: > > -XX:MaxPermSize=1024m with that setting it fails but... > > I also have > > -Xmx12g -Xms4g -XX:+UsseConcMarkSweepGC -X