mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
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 "$@"
|