Pavel Korovin([email protected]) on 2018.04.25 22:23:37 +0300:
> Sebastian, thank you!
> OK for me with Jeremie's corrections.
> Though I'd postpone commiting it to 5.6.4: hopefully I'll finish updating
> ELK stack to 6.2.4 before the weekend and include it there, OK?

yes, thats fine. just put it in there. thanks.

> 
> -- 
> With best regards,
> Pavel Korovin
> 
> On 04/25, Jeremie Courreges-Anglas wrote:
> > On Wed, Apr 25 2018, Sebastian Benoit <[email protected]> wrote:
> > 
> > - s/deafault/default/

keyboard on the x270 sucks

> > - no need for -w in sysctl -w, it's not documented and might disappear

copy and paste from the block above, needs removal there too

> >   one day
> > 
> > No opinion on the content of the diff itself.
> > 
> > > 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
> > > +
> 



-- 

Reply via email to