gowa opened a new pull request, #4166:
URL: https://github.com/apache/cassandra/pull/4166
Two new env vars are introduced:
CASSANDRA_HEAPDUMP_KEEP_LAST_N_FILES
-1 - no heap dump files will be removed
0 - all heap dump files will be removed
N > 0 - up to N most recent files will be kept
default: 3
CASSANDRA_HEAPDUMP_KEEP_OLDEST
1 - if some files are to be kept by CASSANDRA_HEAPDUMP_KEEP_LAST_N_FILES,
the oldest discovered file will also be kept (keep first ever heap
dump file)
otherwise - the oldest heap dump file will be removed as well
default: 1 (keep the oldest heap dump file)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]