Skip to content

Commit

Permalink
remove jdk 1.8 gc options
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanShaw committed Jan 15, 2025
1 parent 2ce64fb commit 423708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.6.v20170531</version>
<configuration>
<jvmArgs>-server -Xms512m -Xmx2048m -XX:NewRatio=3 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=64m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=50 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSParallelRemarkEnabled -XX:+ParallelRefProcEnabled -Dsolr.solr.home=${project.basedir}/solr-webapp/ROOT/WEB-INF/solr -Dsolr.data.dir=${project.basedir}/solr-webapp/indexes -Dsolr.install.dir=${project.basedir}/solr-webapp/ROOT -Dsolr.log=${project.basedir}/solr-webapp -Djetty.port=${jetty.port}</jvmArgs>
<jvmArgs>-server -Xms512m -Xmx2048m -Dsolr.solr.home=${project.basedir}/solr-webapp/ROOT/WEB-INF/solr -Dsolr.data.dir=${project.basedir}/solr-webapp/indexes -Dsolr.install.dir=${project.basedir}/solr-webapp/ROOT -Dsolr.log=${project.basedir}/solr-webapp -Djetty.port=${jetty.port}</jvmArgs>
<webAppSourceDirectory>${project.basedir}/solr-webapp/ROOT</webAppSourceDirectory>
<webApp>
<contextPath>/solr</contextPath>
Expand Down

0 comments on commit 423708f

Please sign in to comment.