Fixing a second "second" reference in docs (#22345)

This commit is contained in:
Itamar Syn-Hershko 2016-12-28 19:49:34 +02:00 committed by Clinton Gormley
parent 9ccdd3303d
commit dea8cee70f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ via `System Properties → Advanced → Performance → Advanced → Virtual mem
[[swappiness]] [[swappiness]]
==== Configure `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 `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 should not lead to swapping under normal circumstances, while still allowing
the whole system to swap in emergency conditions. the whole system to swap in emergency conditions.