Skip to content

Commit

Permalink
Merge pull request #4242 from vespa-engine/vekterli/use-app-generator…
Browse files Browse the repository at this point in the history
…-search-io

Use app generator `search.io` setter instead of manual config override
  • Loading branch information
vekterli authored Oct 28, 2024
2 parents 16cbe4c + 07a834e commit a685999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/performance/mmap_vs_directio/mmap_vs_directio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def make_app(search_direct_io:)
documentapi(ContainerDocumentApi.new)).
indexing_cluster('default').
indexing_chain('indexing').
config(ConfigOverride.new('vespa.config.search.core.proton').
add('search', ConfigValue.new('io', search_direct_io ? 'DIRECTIO' : 'MMAP')))
search_io(search_direct_io ? 'DIRECTIO' : 'MMAP')
end

def report_io_stat_deltas
Expand Down

0 comments on commit a685999

Please sign in to comment.