From aa561f2373e90f78d4af92d490a6236c40acccd7 Mon Sep 17 00:00:00 2001 From: Ekaterina Dimitrova Date: Thu, 25 Jan 2024 11:35:44 -0500 Subject: [PATCH] Switch memtable_allocation_type from offheap_objects to heap_buffers in test/conf/cassandra.yaml patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-19326 --- test/conf/cassandra.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 8e1a0b7f2e..1991e9120a 100644 --- a/test/conf/cassandra.yaml +++ b/test/conf/cassandra.yaml @@ -3,8 +3,8 @@ # Consider the effects on 'o.a.c.i.s.LegacySSTableTest' before changing schemas in this file. # cluster_name: Test Cluster -# memtable_allocation_type: heap_buffers -memtable_allocation_type: offheap_objects +memtable_allocation_type: heap_buffers +# memtable_allocation_type: offheap_objects commitlog_sync: batch commitlog_sync_batch_window_in_ms: 1.0 commitlog_segment_size_in_mb: 5