Skip to content

Commit

Permalink
Merge pull request #3589 from vespa-engine/hmusum/resource-limit-memo…
Browse files Browse the repository at this point in the history
…ry-for-small-nodes

Document memory resource limit for nodes with 8 Gib in Vespa Cloud
  • Loading branch information
geirst authored Jan 21, 2025
2 parents ead6829 + 11361df commit cc2a2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/reference/services-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -1566,12 +1566,12 @@ <h2 id="resource-limits">resource-limits</h2>
<tr><th>memory</th>
<td>optional</td>
<td>float<br/>[0, 1]</td>
<td>0.8</td>
<td>0.8/0.75</td>
<td>
<p id="memory">
Fraction of physical memory that can be resident memory in anonymous mapping on a content node before feed is blocked.
Total physical memory is sampled as the minimum of <code>sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE)</code>
and the cgroup (v1 or v2) memory limit.
and the cgroup (v1 or v2) memory limit. Nodes with 8 Gib or less memory in Vespa Cloud has a limit of 0.75.
</p>
</td></tr>
</tbody>
Expand Down

0 comments on commit cc2a2e7

Please sign in to comment.