Author: hashutosh
Date: Tue Aug  9 20:29:38 2011
New Revision: 1155554

URL: http://svn.apache.org/viewvc?rev=1155554&view=rev
Log:
Lowered HADOOP_HEAPSIZE to 2048

Modified:
    incubator/hcatalog/branches/branch-0.1/scripts/hcat_server_start.sh

Modified: incubator/hcatalog/branches/branch-0.1/scripts/hcat_server_start.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.1/scripts/hcat_server_start.sh?rev=1155554&r1=1155553&r2=1155554&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.1/scripts/hcat_server_start.sh 
(original)
+++ incubator/hcatalog/branches/branch-0.1/scripts/hcat_server_start.sh Tue Aug 
 9 20:29:38 2011
@@ -74,7 +74,7 @@ export HADOOP_HOME=$HADOOP_HOME
 #export HADOOP_CONF_DIR=$HADOOP_CONF_DIR # get from package yinst setting
 #export 
HADOOP_OPTS="-Dlog4j.configuration=file://${ROOT}/conf/log4j.properties"
 export HADOOP_OPTS="${HADOOP_OPTS} -server -XX:+UseConcMarkSweepGC 
-XX:ErrorFile=${ROOT}/var/log/hcat_err_pid%p.log 
-Xloggc:${ROOT}/var/log/hcat_gc.log-`date +'%Y%m%d%H%M'` -verbose:gc 
-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCDateStamps"
-export HADOOP_HEAPSIZE=8192
+export HADOOP_HEAPSIZE=2048
 
 #export HADOOP_OVERRIDE=${ROOT}/bin/hadoop.local
 


Reply via email to