From: Nathan Cutler Date: Thu, 5 Jul 2018 08:18:45 +0000 (+0200) Subject: doc: cleanup: wordsmith a comment in run-make-check.sh X-Git-Tag: v14.0.1~911^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43fe00e90cafdf2c05c3b152a1b57438e16f318e;p=ceph-ci.git doc: cleanup: wordsmith a comment in run-make-check.sh Signed-off-by: Nathan Cutler --- diff --git a/run-make-check.sh b/run-make-check.sh index 364b4e58ca0..75c8ae9ee4f 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -126,7 +126,7 @@ EOM ccache -s # print the ccache statistics to evaluate the efficiency - # prevent OSD EMFILE death on tests, make sure large than 1024 + # to prevent OSD EMFILE death on tests, make sure ulimit >= 1024 $DRY_RUN ulimit -n $(ulimit -Hn) if [ $(ulimit -n) -lt 1024 ];then echo "***ulimit -n too small, better bigger than 1024 for test***"