From: Wayne Schneider Date: Fri, 15 Jul 2016 13:42:48 +0000 (-0500) Subject: Disable verbose GC logging X-Git-Tag: v0.10~4 X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=commitdiff_plain;h=20c0f05d70d810054ab8fe4bf54b56bb3aaebb0e Disable verbose GC logging --- diff --git a/conf/lui-solr.in.sh b/conf/lui-solr.in.sh index 3ffd991..f2fdf75 100755 --- a/conf/lui-solr.in.sh +++ b/conf/lui-solr.in.sh @@ -27,8 +27,8 @@ SOLR_HEAP="512m" #SOLR_JAVA_MEM="-Xms512m -Xmx512m" # Enable verbose GC logging -GC_LOG_OPTS="-verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails \ --XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime" +# GC_LOG_OPTS="-verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails \ +# -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime" # These GC settings have shown to work well for a number of common Solr workloads GC_TUNE="-XX:NewRatio=3 \