Due to the End of Life announcement for Java6, I am going to need to
upgrade to Java 7 in the very near future. I'm running Solr 3.5.0
modified with a couple of JIRA patches.
https://blogs.oracle.com/henrik/entry/updated_java_6_eol_date
I saw the announcement that Java 7u1 had fixed all the known bugs
relating to Solr. Is there anything I need to be aware of when
upgrading? These are the commandline switches I am using that apply to
Java itself:
-Xms8192M
-Xmx8192M
-XX:NewSize=6144M
-XX:SurvivorRatio=4
-XX:+UseParNewGC
-XX:+UseConcMarkSweepGC
-XX:+CMSParallelRemarkEnabled
Thanks,
Shawn