Commit 59b5be37 authored by Marco Mariani's avatar Marco Mariani

remove ulimit calls

parent 8eee56ec
......@@ -13,9 +13,12 @@
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
# ***** 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
umask 027
......
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