Commit 063c7e5f authored by Marco Mariani's avatar Marco Mariani

restore calls to ulimit

( reverts 1e10f7f1 and
59b5be37 )
parent 88748ac7
......@@ -14,10 +14,9 @@
# ***** END LICENSE BLOCK *****
#
## XXX SLAPOS: the following can only work as root
# ulimit -n 32768
# ulimit -c unlimited
# ulimit -v unlimited
ulimit -n 32768
ulimit -c unlimited
ulimit -v unlimited
export LD_PRELOAD=/opt/zimbra/tcmalloc/lib/libtcmalloc_minimal.so
......
......@@ -14,9 +14,8 @@
# ***** END LICENSE BLOCK *****
#
## XXX SLAPOS: the following can only work as root
#ulimit -n 32768
#ulimit -c unlimited
#ulimit -v unlimited
ulimit -n 32768
ulimit -c unlimited
ulimit -v unlimited
export LD_PRELOAD=/opt/zimbra/tcmalloc/lib/libtcmalloc_minimal.so
exec /opt/zimbra/openldap/sbin/slapd "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment