Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69f3fa4

Browse files
committed
add a note on how to solve mlockall error
1 parent 015ada9 commit 69f3fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/elasticsearch/setup/installation/index.textile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ p. By default, when starting, an "mlockall":http://opengroup.org/onlinepubs/007
5959

6060
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@.
6161

62+
p. A solution to "Unknown mloclall error 0" can be to set @ulimit -l unlimited@.
63+
6264
h2. Running As a Service
6365

6466
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

Comments
 (0)