]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: need 1024 files per process not 100024 4607/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 7 May 2015 23:14:47 +0000 (01:14 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 7 May 2015 23:14:47 +0000 (01:14 +0200)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
Makefile.am

index ce203fa4ea670f72e04f5e3f05e00d60da62a76e..eac97bd89147861ea00aa335a05bb0147df1ceed 100644 (file)
@@ -43,7 +43,7 @@ check-local:: all
 #      exercise cli tools
        u=`ulimit -u` ; \
        p=`expr $(shell nproc) / 2` ; \
-       n=`expr $$p \* 100024` ; \
+       n=`expr $$p \* 1024` ; \
        if ${CHECK_ULIMIT} && echo ${MAKEFLAGS} | grep --quiet -e -j && test $$u -lt $$n ; then \
                echo "ulimit -u is $$u which is lower than $$n = $$p / 2 * 1024" ; \
                echo "If running make -j$$p check you will likely exceed this limit" ; \