pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/37997: OpenLDAP wreckage
The following reply was made to PR pkg/37997; it has been noted by GNATS.
From: Tonnerre Lombard <tonnerre%bsdprojects.net@localhost>
To: Geert Hendrickx <ghen%telenet.be@localhost>
Cc: Christos Zoulas <christos%zoulas.com@localhost>,
gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/37997: OpenLDAP wreckage
Date: Sun, 17 Feb 2008 01:29:24 +0100
Salut, Geert,
On Sun, 17 Feb 2008 00:08:58 +0100, Geert Hendrickx wrote:
> I automated this with the following /etc/rc.conf.d/slapd:
>
> start_precmd="set_limits"
>
> set_limits()
> {
> ulimit -s 4096
> }
4096 is way not sufficient here; I have:
ulimit -s `ulimit -nHs`
which appears to work well.
> Maybe we should just add a MESSAGE about this?
Definitely positive.
Tonnerre
Home |
Main Index |
Thread Index |
Old Index