[ https://issues.apache.org/jira/browse/AMBARI-8989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14264946#comment-14264946 ]
Hadoop QA commented on AMBARI-8989: ----------------------------------- {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12690106/AMBARI-8989.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:green}+1 tests included{color}. The patch appears to include 3 new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the total number of javac compiler warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in ambari-server. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/1165//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/1165//console This message is automatically generated. > Configs: HBase heap sizes should not be set to 1GB > -------------------------------------------------- > > Key: AMBARI-8989 > URL: https://issues.apache.org/jira/browse/AMBARI-8989 > Project: Ambari > Issue Type: Improvement > Components: ambari-server > Affects Versions: 2.0.0 > Reporter: Dmitry Lysnichenko > Assignee: Dmitry Lysnichenko > Fix For: 2.0.0 > > Attachments: AMBARI-8989.patch > > > Ambari installs are still hard coding heap sizes to 1GB. We have seen many > tickets filed whose resolution was to increase regionserver sizes to 4GB. I > think these should be adjusted. > Here is what I got from the Ambari install: > {code} > export HBASE_OPTS="$HBASE_OPTS -XX:+UseConcMarkSweepGC > -XX:ErrorFile=/var/log/hbase/hs_err_pid%p.log" > export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS -Xmx1024m" > export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -Xmn200m > -XX:CMSInitiatingOccupancyFraction=70 -Xms1024m -Xmx1024m" > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)