]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerJonathan Brielmaier <jbrielmaier@suse.de>
Mon, 19 Nov 2018 11:59:30 +0000 (12:59 +0100)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 43fe00e90cafdf2c05c3b152a1b57438e16f318e)
Signed-off-by: Jonathan Brielmaier <jbrielmaier@suse.de>
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***"