docs: fix formatting
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
This commit is contained in:
parent
1f2014332d
commit
50a27d475c
@ -290,17 +290,17 @@ an editor of your choice and add the following line:
|
|||||||
vm.swappiness = 10
|
vm.swappiness = 10
|
||||||
|
|
||||||
.. table:: Linux kernel `swappiness` parameter values
|
.. table:: Linux kernel `swappiness` parameter values
|
||||||
:widths:auto
|
:widths: 1, 3
|
||||||
|
|
||||||
==================== ===============================================================
|
=================== ===============================================================
|
||||||
Value Strategy
|
Value Strategy
|
||||||
==================== ===============================================================
|
=================== ===============================================================
|
||||||
vm.swappiness = 0 The kernel will swap only to avoid an 'out of memory' condition
|
vm.swappiness = 0 The kernel will swap only to avoid an 'out of memory' condition
|
||||||
vm.swappiness = 1 Minimum amount of swapping without disabling it entirely.
|
vm.swappiness = 1 Minimum amount of swapping without disabling it entirely.
|
||||||
vm.swappiness = 10 Sometimes recommended to improve performance when sufficient memory exists in a system.
|
vm.swappiness = 10 Sometimes recommended to improve performance when sufficient memory exists in a system.
|
||||||
vm.swappiness = 60 The default value.
|
vm.swappiness = 60 The default value.
|
||||||
vm.swappiness = 100 The kernel will swap aggressively.
|
vm.swappiness = 100 The kernel will swap aggressively.
|
||||||
==================== ===============================================================
|
=================== ===============================================================
|
||||||
|
|
||||||
ZFS compression
|
ZFS compression
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
Loading…
x
Reference in New Issue
Block a user