From dea8cee70fef9410e7ed019a9928d8fff07c5ef6 Mon Sep 17 00:00:00 2001 From: Itamar Syn-Hershko Date: Wed, 28 Dec 2016 19:49:34 +0200 Subject: [PATCH] Fixing a second "second" reference in docs (#22345) --- docs/reference/setup/sysconfig/swap.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/sysconfig/swap.asciidoc b/docs/reference/setup/sysconfig/swap.asciidoc index 08752e6fd93..19b6f751ee7 100644 --- a/docs/reference/setup/sysconfig/swap.asciidoc +++ b/docs/reference/setup/sysconfig/swap.asciidoc @@ -92,7 +92,7 @@ via `System Properties → Advanced → Performance → Advanced → Virtual mem [[swappiness]] ==== Configure `swappiness` -The second option available on Linux systems is to ensure that the sysctl value +Another option available on Linux systems is to ensure that the sysctl value `vm.swappiness` is set to `1`. This reduces the kernel's tendency to swap and should not lead to swapping under normal circumstances, while still allowing the whole system to swap in emergency conditions.