You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dd...@apache.org on 2012/05/24 00:47:44 UTC

svn commit: r1342083 - /incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb

Author: ddas
Date: Wed May 23 22:47:43 2012
New Revision: 1342083

URL: http://svn.apache.org/viewvc?rev=1342083&view=rev
Log:
AMBARI-400. Fixes the regionserver opts for GC. Contributed by Devaraj Das.

Modified:
    incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb

Modified: incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb?rev=1342083&r1=1342082&r2=1342083&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb (original)
+++ incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-hbase/templates/hbase-env.sh.erb Wed May 23 22:47:43 2012
@@ -45,7 +45,7 @@ export HBASE_OPTS="-ea -XX:+UseConcMarkS
 #
 # export HBASE_JMX_BASE="-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
 export HBASE_MASTER_OPTS="-Xmx<%=scope.function_hdp_template_var("hbase_master_heapsize")%>"
-export HBASE_REGIONSERVER_OPTS="-Xmx<%=scope.function_hdp_template_var("hbase_regionserver_heapsize")%>"
+export HBASE_REGIONSERVER_OPTS="-server -XX:ParallelGCThreads=4 -XX:+UseParNewGC -Xmn64m -XX:CMSInitiatingOccupancyFraction=70 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateSta
 # export HBASE_THRIFT_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103"
 # export HBASE_ZOOKEEPER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104"