ceph/teuthology/task/adjust-ulimits
Sage Weil 0158f0db9d adjust-ulimits: 16k open files
Signed-off-by: Sage Weil <sage@inktank.com>
2013-07-28 15:09:43 -07:00

6 lines
63 B
Bash
Executable File

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