Browse Source

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

* [DOCS] More info on disabling swap, inform that no Elasticsearch restart is required.
Peter Dyson 6 years ago
parent
commit
4313c2d4a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/setup/sysconfig/swap.asciidoc

+ 2 - 0
docs/reference/setup/sysconfig/swap.asciidoc

@@ -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`.