You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/elasticsearch/setup/installation/index.textile
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ p. By default, when starting, an "mlockall":http://opengroup.org/onlinepubs/007
59
59
60
60
p. In order to see if this works or not, set the @common.jna@ logging to DEBUG level. In order to disable even trying to @mlockall@, set @bootstrap.mlockall@ to @false@.
61
61
62
+
p. A solution to "Unknown mloclall error 0" can be to set @ulimit -l unlimited@.
63
+
62
64
h2. Running As a Service
63
65
64
66
p. ElasticSearch can be run as a service using the @elasticsearch@ script located under @bin/service@ location. The repo for it is located "here":http://github.com/elasticsearch/elasticsearch-servicewrapper. The script accepts a single parameter with the following values:
0 commit comments