[DOCS] More info on disabling swap (#37248)

* [DOCS] More info on disabling swap, inform that no Elasticsearch restart is required.
This commit is contained in:
Peter Dyson 2019-01-25 08:39:58 +10:00 committed by GitHub
parent 0f3c542850
commit 4313c2d4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ On Linux systems, you can disable swap temporarily by running:
sudo swapoff -a
--------------
This doesn't require a restart of Elasticsearch.
To disable it permanently, you will need to edit the `/etc/fstab` file and
comment out any lines that contain the word `swap`.