Skip to content

Commit

Permalink
Add a note about restart required when tuning feeding parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusum committed Aug 28, 2024
1 parent 6a7a71d commit 6ca6b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions en/reference/services-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,12 +910,13 @@ <h2 id="feeding">feeding</h2>
<ul>
<li id="feeding-concurrency"><code>concurrency</code>:
A number between 0.0 and 1.0 that specifies the concurrency when handling feed operations, default 0.5.
When set to 1.0, all cores on the cpu can be used for feeding.
When set to 1.0, all cores on the cpu can be used for feeding. Changing this value requires restart of
node to take effect.
</li>
<li id="feeding-niceness"><code>niceness</code>:
A number between 0.0 and 1.0 that specifies the niceness of the feeding threads, default 0.0 => not any nicer than anyone else.
Increasing this number will reduce priority of feeding compared to search. The real world effect is hard to predict as the magic
exists in the OS level scheduler.
exists in the OS level scheduler. Changing this value requires restart of node to take effect.
</li>
</ul>
<pre>{% highlight xml %}
Expand Down

0 comments on commit 6ca6b66

Please sign in to comment.