You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/04/19 23:12:00 UTC

[jira] [Commented] (HBASE-17097) Documentation for max off heap configuration

    [ https://issues.apache.org/jira/browse/HBASE-17097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444965#comment-16444965 ] 

stack commented on HBASE-17097:
-------------------------------

HBASE-20059 adds a note to hbase-env.sh pointing to the refguide Direct Memory section. This is something, enough to move this out of 2.0.0,  but not enough for user trying to figure sizing when offheap read/write. Leaving issue open.

> Documentation for max off heap configuration
> --------------------------------------------
>
>                 Key: HBASE-17097
>                 URL: https://issues.apache.org/jira/browse/HBASE-17097
>             Project: HBase
>          Issue Type: Sub-task
>          Components: documentation
>    Affects Versions: 2.0.0
>            Reporter: Anoop Sam John
>            Priority: Major
>
> {quote}
> \# Uncomment below if you intend to use off heap cache. For example, to allocate 8G of 
> \# offheap, set the value to "8G".
> \# export HBASE_OFFHEAPSIZE=1G
> {quote}
> This is what we have in hbase-env.sh now. We need more notes around this and some suggestion. May be more details in book also. This depends on whether we want L2 off heap BC as the default data cache in 2.0. (I would like to and will open a jira soon) Also if users use off heap MSLAB pool, then that also to be added up.. 
> As of now we will use a ByteBufferPool which pool direct BBs and this is ON by default. The max size, this pool can keep is 2 MB *  2 * #handlers.
> Will add more details as we turn ON other features.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)