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:
parent
ff53d75330
commit
c7a72479b6
|
@ -916,9 +916,9 @@ possible configurations would overwhelm and obscure the important.
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue