You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/01/22 01:58:00 UTC

svn commit: r1560229 - /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Wed Jan 22 00:57:59 2014
New Revision: 1560229

URL: http://svn.apache.org/r1560229
Log:
Edit of SlabCache setting description to make it clearer

Modified:
    hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/src/main/resources/hbase-default.xml?rev=1560229&r1=1560228&r2=1560229&view=diff
==============================================================================
--- hbase/trunk/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Wed Jan 22 00:57:59 2014
@@ -916,9 +916,9 @@ possible configurations would overwhelm 
   <property>
     <name>hbase.offheapcache.percentage</name>
     <value>0</value>
-    <description>The amount of off heap space to be allocated towards the experimental
-     off heap cache. If you desire the cache to be disabled, simply set this
-     value to 0.</description>
+    <description>The percentage of the off heap space (-XX:MaxDirectMemorySize) to be
+     allocated towards the experimental off heap cache. If you desire the cache to be
+     disabled, simply set this value to 0.</description>
   </property>
   <property>
     <name>hbase.data.umask.enable</name>