mirror of https://github.com/apache/cassandra
heap defaults are pretty good now, change language to "may wish" to adjust
This commit is contained in:
parent
de039598fe
commit
60dadc5dcb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue