[
https://issues.apache.org/jira/browse/HBASE-19452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287341#comment-16287341
]
ramkrishna.s.vasudevan commented on HBASE-19452:
------------------------------------------------
{code}
-XX:MaxDirectMemorySize
This option specifies the maximum total size of java.nio (New I/O package)
direct buffer allocations.
Format
-XX:MaxDirectMemorySize=size[g|G|m|M|k|K]
Example
java -XX:MaxDirectMemorySize=2g myApp
Default Value
The default value is zero, which means the maximum direct memory is unbounded.
{code}
Seems to be unbounded. So should be fine then.
> Turn ON off heap Bucket Cache by default
> ----------------------------------------
>
> Key: HBASE-19452
> URL: https://issues.apache.org/jira/browse/HBASE-19452
> Project: HBase
> Issue Type: Sub-task
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19452.patch, HBASE-19452_V2.patch
>
>
> BC's hbase.bucketcache.ioengine by default is empty now. Means now BC.
> Make this default to be 'offheap'. And the default off heap size for the BC
> also to be provided. This can be 8 GB?
> Also we should provide a new option 'none' for this
> hbase.bucketcache.ioengine now for users who dont need BC at all.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)