diff options
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/reference.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/configuration/reference.rst b/docs/configuration/reference.rst index d288a6d7788..2a7726cccb4 100644 --- a/docs/configuration/reference.rst +++ b/docs/configuration/reference.rst @@ -552,7 +552,9 @@ buffers <n> ^^^^^^^^^^^^^^^ The number of buffers allocated for this specific NUMA domain. -Default is 0, which falls back to the value configured in **buffers-per-numa**. +If this is set to zero, no buffers are allocated for this domain. + +By default, the value configured in **buffers-per-numa** is used. .. code-block:: console |