[
https://issues.apache.org/jira/browse/CASSANDRA-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982199#action_12982199
]
Jonathan Ellis commented on CASSANDRA-1968:
-------------------------------------------
You want to use -Xmn rather than -XX:NewSize. The former sets a specific heap
size while the latter only sets a lower bound, and the jvm will try to tune it
from there -- which is usually not what we want.
> Increase JVM young generation size
> ----------------------------------
>
> Key: CASSANDRA-1968
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1968
> Project: Cassandra
> Issue Type: Improvement
> Affects Versions: 0.7.0
> Reporter: Brandon Williams
> Assignee: Brandon Williams
> Fix For: 0.7.1
>
> Attachments: 1968.txt, 1968_v2.txt
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> Increasing the young generation size has a profound effect on performance and
> cpu utilization. We should set it explicitly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.