mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
13dbe9d1a5
and set max_files to be big, too!
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 "$@"
|