raise fd limit to 200. The Samba4 'make test' now needs a few more
authortridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sat, 17 Oct 2009 07:16:28 +0000 (07:16 +0000)
committertridge <tridge@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Sat, 17 Oct 2009 07:16:28 +0000 (07:16 +0000)
file descriptors for some of the recent tests

git-svn-id: file:///home/svn/build-farm/trunk@903 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test.fns

index c4c43f2a6b0f931cc487c8b184c693f200eb057a..7fd234f03998ab216dc4e9b1f4afa6ccd2e520fa 100644 (file)
@@ -539,9 +539,9 @@ test_tree() {
        # darn, this affects sparse files too! disable it
        # ulimit -f 100000 2> /dev/null
 
-       # try and limit the number of open files to 150. That means we'll discover
+       # try and limit the number of open files to 200. That means we'll discover
        # fd leaks faster
-       ulimit -n 150 2> /dev/null
+       ulimit -n 200 2> /dev/null
 
        # Keep stuff private
        umask 077