Skip to content

Commit

Permalink
switch UseParNewGC is no longer supported on jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
antmoth committed Dec 5, 2024
1 parent 5e5c088 commit c4b8249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/profile/solr/solr.in.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ GC_TUNE="-XX:NewRatio=3 \
-XX:TargetSurvivorRatio=90 \
-XX:MaxTenuringThreshold=8 \
-XX:+UseConcMarkSweepGC \
-XX:+UseParNewGC \
-XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 \
-XX:+CMSScavengeBeforeRemark \
-XX:PretenureSizeThreshold=64m \
Expand Down

0 comments on commit c4b8249

Please sign in to comment.