소스 검색

AMBARI-8077. HBase RegionServer does not start on single-node cluster with 8GB memory (aonishuk)

Andrew Onishuk 10 년 전
부모
커밋
3cb71c0ba7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.2/services/HBASE/configuration/hbase-env.xml

@@ -23,7 +23,7 @@
 <configuration>
   <property>
     <name>hbase_regionserver_heapsize</name>
-    <value>4096</value>
+    <value>2048</value>
     <description>HBase RegionServer Heap Size.</description>
   </property>
 </configuration>