Skip to content

Commit

Permalink
Merge pull request #4349 from vespa-engine/geirst/search-mmap-advise
Browse files Browse the repository at this point in the history
Use MMAP madvise SEQUENTIAL for disk index files for search on factory.
  • Loading branch information
geirst authored Feb 19, 2025
2 parents baf5648 + 23c8707 commit 4685b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/include/feature-flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
{ "id" : "content-layer-metadata-feature-level", "rules" : [ { "value" : 1 } ] },
{ "id" : "zookeeper-pre-alloc-size", "rules" : [ { "value" : 16384 } ] },
{ "id" : "document-v1-queue-size", "rules" : [ { "value" : 0 } ] },
{ "id": "search-handler-threadpool", "rules": [ { "value": 10 } ] }
{ "id": "search-handler-threadpool", "rules": [ { "value": 10 } ] },
{ "id": "search-mmap-advise", "rules": [ { "value": "SEQUENTIAL" } ] }
]
}

0 comments on commit 4685b4d

Please sign in to comment.