summaryrefslogtreecommitdiff
path: root/databases/openldap-server/MESSAGE.NetBSD
blob: 1e4aa7eb40d009ec45530427a018f68ec8ce9f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2008/09/12 11:29:23 ghen Exp $

On 64-bit NetBSD platforms it may be necessary to increase your stacksize
resource limit prior to starting slapd.  This can be achieved automatically
by creating the following /etc/rc.conf.d/slapd file:

start_precmd="set_limits"

set_limits()
{
	ulimit -s 4096
}
===========================================================================