Hi Ben,

It's set in /etc/default/tomcat7

I currently have "-XX:+UseConcMarkSweepGC"  in there on the suggestion of
Jerome from this post.

This is my current setting:

JAVA_OPTS="-Djava.awt.headless=true -server -Xmx512m -Xms48m
-XX:+UseConcMarkSweepGC -XX:MaxPermSize=128M
-XX:SoftRefLRUPolicyMSPerMB=36000 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC"

This is the setting which fails:


JAVA_OPTS="-Djava.awt.headless=true -server -Xmx512m -Xms48m
-XX:+UseConcMarkSweepGC -XX:MaxPermSize=128M
-XX:SoftRefLRUPolicyMSPerMB=36000 -XX:+UseParallelGC "


Tomcat7 just shows "fail" when starting. I will check the logs as well.
Thanks

Andy


Hmm, that looks fine.

How did you set -XX:+UseParallelGC? In JAVA_OPTS in 
/etc/default/tomcat7? If two contradictory options are provided, tomcat7 
may refuse to start.

Did you see any errors in the logs or when running "service tomcat7 start"?

Kind regards,
Ben.




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/tomcat7-wont-start-with-XX-UseParallelGC-tp5150938p5151102.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to