Edit of SlabCache setting description to make it clearer

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1560229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2014-01-22 00:57:59 +00:00
parent ff53d75330
commit c7a72479b6
1 changed files with 3 additions and 3 deletions

View File

@ -916,9 +916,9 @@ possible configurations would overwhelm and obscure the important.
<property> <property>
<name>hbase.offheapcache.percentage</name> <name>hbase.offheapcache.percentage</name>
<value>0</value> <value>0</value>
<description>The amount of off heap space to be allocated towards the experimental <description>The percentage of the off heap space (-XX:MaxDirectMemorySize) to be
off heap cache. If you desire the cache to be disabled, simply set this allocated towards the experimental off heap cache. If you desire the cache to be
value to 0.</description> disabled, simply set this value to 0.</description>
</property> </property>
<property> <property>
<name>hbase.data.umask.enable</name> <name>hbase.data.umask.enable</name>