Add property to accumulo-env.sh

Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7a654ee0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7a654ee0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7a654ee0

Branch: refs/heads/ACCUMULO-4169
Commit: 7a654ee0644815f7a0244d342333c75de667adb2
Parents: 0b2f288
Author: Dave Marion <dlmar...@apache.org>
Authored: Thu Mar 31 09:15:25 2016 -0400
Committer: Dave Marion <dlmar...@apache.org>
Committed: Thu Mar 31 09:15:25 2016 -0400

----------------------------------------------------------------------
 assemble/conf/templates/accumulo-env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7a654ee0/assemble/conf/templates/accumulo-env.sh
----------------------------------------------------------------------
diff --git a/assemble/conf/templates/accumulo-env.sh 
b/assemble/conf/templates/accumulo-env.sh
index 205bd6c..2ad753a 100644
--- a/assemble/conf/templates/accumulo-env.sh
+++ b/assemble/conf/templates/accumulo-env.sh
@@ -49,7 +49,7 @@ test -z "$ACCUMULO_MASTER_OPTS"  && export 
ACCUMULO_MASTER_OPTS="${POLICY} ${mas
 test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} 
${monitorHigh_monitorLow}"
 test -z "$ACCUMULO_GC_OPTS"      && export ACCUMULO_GC_OPTS="${gcHigh_gcLow}"
 test -z "$ACCUMULO_SHELL_OPTS"   && export 
ACCUMULO_SHELL_OPTS="${shellHigh_shellLow}"
-test -z "$ACCUMULO_GENERAL_OPTS" && export 
ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC 
-XX:CMSInitiatingOccupancyFraction=75 -Djava.net.preferIPv4Stack=true"
+test -z "$ACCUMULO_GENERAL_OPTS" && export 
ACCUMULO_GENERAL_OPTS="-XX:+UseConcMarkSweepGC 
-XX:CMSInitiatingOccupancyFraction=75 -Djava.net.preferIPv4Stack=true 
-XX:+CMSClassUnloadingEnabled"
 test -z "$ACCUMULO_OTHER_OPTS"   && export 
ACCUMULO_OTHER_OPTS="${otherHigh_otherLow}"
 test -z "${ACCUMULO_PID_DIR}"    && export 
ACCUMULO_PID_DIR="${ACCUMULO_HOME}/run"
 # what do when the JVM runs out of heap memory

Reply via email to