diff --git a/test/conf/cassandra.yaml b/test/conf/cassandra.yaml index 89c5685a9d..baee08534c 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: 5MiB