mirror of
https://github.com/ceph/ceph
synced 2025-01-17 08:21:47 +00:00
0158f0db9d
Signed-off-by: Sage Weil <sage@inktank.com>
6 lines
63 B
Bash
Executable File
6 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
ulimit -c unlimited
|
|
ulimit -n 16384
|
|
exec "$@"
|