]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: cleanup: wordsmith a comment in run-make-check.sh
authorNathan Cutler <ncutler@suse.com>
Thu, 5 Jul 2018 08:18:45 +0000 (10:18 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 9 Jul 2018 12:29:04 +0000 (14:29 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
run-make-check.sh

index 364b4e58ca05d8dc0bff7bcb1e002ec914fdebd0..75c8ae9ee4f23e2e87de541b3e5c1a4779abe13e 100755 (executable)
@@ -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***"