ceph/teuthology/task/adjust-ulimits
Sage Weil 13dbe9d1a5 enable-coredump -> adjust-ulimits
and set max_files to be big, too!
2013-06-23 09:15:28 -07:00

6 lines
62 B
Bash
Executable File

#!/bin/sh
set -e
ulimit -c unlimited
ulimit -n 4096
exec "$@"