From 50a27d475c19ceb19403ada036d3265485f9f23e Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Tue, 28 Nov 2023 12:11:47 +0100 Subject: [PATCH] docs: fix formatting Signed-off-by: Alexander Zeidler --- docs/local-zfs.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/local-zfs.rst b/docs/local-zfs.rst index b124fc65..f079adb0 100644 --- a/docs/local-zfs.rst +++ b/docs/local-zfs.rst @@ -290,17 +290,17 @@ an editor of your choice and add the following line: vm.swappiness = 10 .. table:: Linux kernel `swappiness` parameter values - :widths:auto + :widths: 1, 3 - ==================== =============================================================== - Value Strategy - ==================== =============================================================== - 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 = 10 Sometimes recommended to improve performance when sufficient memory exists in a system. - vm.swappiness = 60 The default value. - vm.swappiness = 100 The kernel will swap aggressively. - ==================== =============================================================== + =================== =============================================================== + Value Strategy + =================== =============================================================== + 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 = 10 Sometimes recommended to improve performance when sufficient memory exists in a system. + vm.swappiness = 60 The default value. + vm.swappiness = 100 The kernel will swap aggressively. + =================== =============================================================== ZFS compression ^^^^^^^^^^^^^^^