From a6c0a4f7f19499f73751c9c717fcdcd5ffef18c4 Mon Sep 17 00:00:00 2001 From: Tor Brede Vekterli Date: Fri, 8 Nov 2024 09:24:29 +0000 Subject: [PATCH] Use max of 10 GiB posting list cache in test Should ideally fit all of the disk index in the cache --- tests/performance/mmap_vs_directio/mmap_vs_directio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/mmap_vs_directio/mmap_vs_directio.rb b/tests/performance/mmap_vs_directio/mmap_vs_directio.rb index 3817c53bf..887804fa2 100644 --- a/tests/performance/mmap_vs_directio/mmap_vs_directio.rb +++ b/tests/performance/mmap_vs_directio/mmap_vs_directio.rb @@ -31,7 +31,7 @@ def test_profile else { :doc_count => -1, :query_runtime => 60, - :cache_sizes_mb => [0, 24, 256, 2 * 1024] } + :cache_sizes_mb => [0, 24, 256, 10 * 1024] } end end