Commit 1e10f7f1 authored by Marco Mariani's avatar Marco Mariani

removed ulimit calls

parent b4f650d9
......@@ -14,8 +14,9 @@
# ***** END LICENSE BLOCK *****
#
ulimit -n 32768
ulimit -c unlimited
ulimit -v unlimited
## XXX SLAPOS: the following can only work as root
#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