Skip to content

Commit

Permalink
Merge pull request #4260 from vespa-engine/vekterli/use-10g-posting-l…
Browse files Browse the repository at this point in the history
…ist-cache

Use max of 10 GiB posting list cache in test
  • Loading branch information
geirst authored Nov 8, 2024
2 parents 9bb76c0 + a6c0a4f commit 180a68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/performance/mmap_vs_directio/mmap_vs_directio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 180a68d

Please sign in to comment.