Author: ecn Date: Wed Oct 10 19:39:15 2012 New Revision: 1396758 URL: http://svn.apache.org/viewvc?rev=1396758&view=rev Log: ACCUMULO-798 remove stack size and limit NewGen space in the larger configs
Modified: accumulo/branches/1.4/conf/examples/1GB/native-standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/1GB/standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/2GB/native-standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/2GB/standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/3GB/native-standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/3GB/standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/512MB/native-standalone/accumulo-env.sh accumulo/branches/1.4/conf/examples/512MB/standalone/accumulo-env.sh Modified: accumulo/branches/1.4/conf/examples/1GB/native-standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/1GB/native-standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/1GB/native-standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/1GB/native-standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx128m -Xms128m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx128m -Xms128m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m" Modified: accumulo/branches/1.4/conf/examples/1GB/standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/1GB/standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/1GB/standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/1GB/standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx384m -Xms384m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx384m -Xms384m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m" Modified: accumulo/branches/1.4/conf/examples/2GB/native-standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/2GB/native-standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/2GB/native-standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/2GB/native-standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx256m -Xms256m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx256m -Xms256m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx256m -Xms256m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx128m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx128m -Xms128m" Modified: accumulo/branches/1.4/conf/examples/2GB/standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/2GB/standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/2GB/standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/2GB/standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx768m -Xms768m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx768m -Xms768m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx256m -Xms256m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx128m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx128m -Xms128m" Modified: accumulo/branches/1.4/conf/examples/3GB/native-standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/3GB/native-standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/3GB/native-standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/3GB/native-standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx1g -Xms1g -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx1g -Xms1g -XX:NewSize=500m -XX:MaxNewSize=500m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx1g -Xms1g" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx1g -Xms256m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx256m -Xms256m" Modified: accumulo/branches/1.4/conf/examples/3GB/standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/3GB/standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/3GB/standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/3GB/standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx2g -Xms2g -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx2g -Xms2g -XX:NewSize=1G -XX:MaxNewSize=1G " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx1g -Xms1g" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx1g -Xms256m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx256m -Xms256m" Modified: accumulo/branches/1.4/conf/examples/512MB/native-standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/512MB/native-standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/512MB/native-standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/512MB/native-standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx48m -Xms48m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx48m -Xms48m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m" Modified: accumulo/branches/1.4/conf/examples/512MB/standalone/accumulo-env.sh URL: http://svn.apache.org/viewvc/accumulo/branches/1.4/conf/examples/512MB/standalone/accumulo-env.sh?rev=1396758&r1=1396757&r2=1396758&view=diff ============================================================================== --- accumulo/branches/1.4/conf/examples/512MB/standalone/accumulo-env.sh (original) +++ accumulo/branches/1.4/conf/examples/512MB/standalone/accumulo-env.sh Wed Oct 10 19:39:15 2012 @@ -36,7 +36,7 @@ if [ -f ${ACCUMULO_HOME}/conf/accumulo.p then POLICY="-Djava.security.manager -Djava.security.policy=${ACCUMULO_HOME}/conf/accumulo.policy" fi -test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx128m -Xms128m -Xss128k" +test -z "$ACCUMULO_TSERVER_OPTS" && export ACCUMULO_TSERVER_OPTS="${POLICY} -Xmx128m -Xms128m " test -z "$ACCUMULO_MASTER_OPTS" && export ACCUMULO_MASTER_OPTS="${POLICY} -Xmx128m -Xms128m" test -z "$ACCUMULO_MONITOR_OPTS" && export ACCUMULO_MONITOR_OPTS="${POLICY} -Xmx64m -Xms64m" test -z "$ACCUMULO_GC_OPTS" && export ACCUMULO_GC_OPTS="-Xmx64m -Xms64m"