Skip to content

Commit

Permalink
Merge pull request #4235 from vespa-engine/vekterli/bump-jvm-memory-l…
Browse files Browse the repository at this point in the history
…imits

Increase feed container JVM memory limits
  • Loading branch information
geirst authored Oct 23, 2024
2 parents 25df2bd + 28da8e6 commit 0867e3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/performance/mmap_vs_directio/mmap_vs_directio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def download_file(file_name, vespa_node)
def make_app(search_direct_io:)
SearchApp.new.sd(selfdir + 'wikimedia.sd').
container(Container.new('default').
jvmoptions("-Xms16g -Xmx16g").
search(Searching.new).
docproc(DocumentProcessing.new).
documentapi(ContainerDocumentApi.new)).
Expand Down

0 comments on commit 0867e3b

Please sign in to comment.