From 60dadc5dcbe470804f2dad153d3e1da64cac7540 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 30 Aug 2012 13:40:22 -0500 Subject: [PATCH] heap defaults are pretty good now, change language to "may wish" to adjust --- conf/cassandra-env.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh index ff3fc865ee..c2a1078cd6 100644 --- a/conf/cassandra-env.sh +++ b/conf/cassandra-env.sh @@ -110,11 +110,11 @@ esac # Override these to set the amount of memory to allocate to the JVM at -# start-up. For production use you almost certainly want to adjust -# this for your environment. MAX_HEAP_SIZE is the total amount of -# memory dedicated to the Java heap; HEAP_NEWSIZE refers to the size -# of the young generation. Both MAX_HEAP_SIZE and HEAP_NEWSIZE should -# be either set or not (if you set one, set the other). +# start-up. For production use you may wish to adjust this for your +# environment. MAX_HEAP_SIZE is the total amount of memory dedicated +# to the Java heap; HEAP_NEWSIZE refers to the size of the young +# generation. Both MAX_HEAP_SIZE and HEAP_NEWSIZE should be either set +# or not (if you set one, set the other). # # The main trade-off for the young generation is that the larger it # is, the longer GC pause times will be. The shorter it is, the more