mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
ulimit -c unlimited
|
|
ulimit -n 4096
|
|
exec "$@"
|