Disable verbose GC logging
authorWayne Schneider <wayne@indexdata.com>
Fri, 15 Jul 2016 13:42:48 +0000 (08:42 -0500)
committerWayne Schneider <wayne@indexdata.com>
Fri, 15 Jul 2016 13:42:48 +0000 (08:42 -0500)
conf/lui-solr.in.sh

index 3ffd991..f2fdf75 100755 (executable)
@@ -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 \