Skip to content

Commit

Permalink
add resource-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Mar 21, 2024
1 parent ea3b554 commit 898d50f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run-vespa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
" <nodes>\n",
" <node hostalias=\"node1\" distribution-key=\"0\" />\n",
" </nodes>\n",
" <tuning>\n",
" <resource-limits>\n",
" <disk>0.95</disk>\n",
" <memory>0.95</memory>\n",
" </resource-limits>\n",
" </tuning>\n",
" </content>\n",
"</services>\n",
"\"\"\"\n",
Expand Down

0 comments on commit 898d50f

Please sign in to comment.