Disable heap dump creation by default on crash for tests that use test/conf/cassandra.yaml

patch by Caleb Rackliffe; reviewed by Brandon Williams and Ekaterina Dimitrova for CASSANDRA-18741
This commit is contained in:
Caleb Rackliffe 2023-08-10 10:56:30 -05:00
parent 6319600663
commit f8d4e2a3c8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ full_query_logging_options:
auto_hints_cleanup_enabled: true
heap_dump_path: build/test
dump_heap_on_uncaught_exception: true
dump_heap_on_uncaught_exception: false
read_thresholds_enabled: true
coordinator_read_size_warn_threshold: 1024KiB