ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/elasticsearch/Makefile,v
retrieving revision 1.53
diff -u -p -r1.53 Makefile
--- Makefile    4 Apr 2018 17:18:18 -0000       1.53
+++ Makefile    25 Apr 2018 18:52:45 -0000
@@ -5,7 +5,7 @@ COMMENT=                distributed RESTful search and
 V=                     5.6.4
 DISTNAME=              elasticsearch-$V
 CATEGORIES=            textproc
-REVISION=              1
+REVISION=              2
 
 HOMEPAGE=              https://www.elastic.co/products/elasticsearch
 
Index: pkg/README
===================================================================
RCS file: /cvs/ports/textproc/elasticsearch/pkg/README,v
retrieving revision 1.5
diff -u -p -r1.5 README
--- pkg/README  17 Dec 2016 12:11:02 -0000      1.5
+++ pkg/README  25 Apr 2018 18:52:45 -0000
@@ -35,6 +35,12 @@ the open files limit in login.conf(5):
        # sysctl -w kern.maxfiles=32768
        # echo "kern.maxfiles=32768" >> /etc/sysctl.conf
 
+If you are getting "java.io.IOException: No locks available" errors,
+you need to increase kern.maxlocksperuid over the deafault of 1024:
+
+       # sysctl -w kern.maxlocksperuid=2048
+       # echo "kern.maxlocksperuid=2048" >> /etc/sysctl.conf
+
 Elasticsearch Plugins Management
 ================================
 Elasticsearch plugins management involves running Java code which can download

Reply via email to