[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:
parent
0f3c542850
commit
4313c2d4a7
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue