[
https://issues.apache.org/jira/browse/HBASE-16751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572739#comment-15572739
]
Andrew Purtell commented on HBASE-16751:
----------------------------------------
Another nit:
{quote}
Optimize for low collection latency rather than throughput: -XX:+UseParNewGC
Collect eden in parallel: -Xmn512m
{quote}
For these two items, we need to swap them:
{quote}
Optimize for low collection latency rather than throughput: -Xmn512m
Collect eden in parallel: -XX:+UseParNewGC
{quote}
I can also fix this at commit.
> Add tuning information to HBase Book
> ------------------------------------
>
> Key: HBASE-16751
> URL: https://issues.apache.org/jira/browse/HBASE-16751
> Project: HBase
> Issue Type: New Feature
> Reporter: Peter Conrad
> Assignee: Peter Conrad
> Priority: Minor
> Attachments: HBASE-16751.patch, HBASE-16751.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)