Преглед на файлове

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>
 <configuration>
   <property>
   <property>
     <name>hbase_regionserver_heapsize</name>
     <name>hbase_regionserver_heapsize</name>
-    <value>4096</value>
+    <value>2048</value>
     <description>HBase RegionServer Heap Size.</description>
     <description>HBase RegionServer Heap Size.</description>
   </property>
   </property>
 </configuration>
 </configuration>