From c1a3a8411fedce76a71d7f635c9adfdf389fa0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Fri, 21 Oct 2016 12:28:49 +0300 Subject: [PATCH] File descriptor hard limit changed to 4096 on Ubuntu 16.10 --- test/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.sh b/test/runtests.sh index 53c3ba8df..c6cb3ca62 100755 --- a/test/runtests.sh +++ b/test/runtests.sh @@ -95,7 +95,7 @@ fi # descriptors open for a few seconds (even with an explicit inputStream.close() in the case of # the latter), so a source installation that copies ~500 translators and styles (with fds for # source and target) can exceed the default 1024 limit. -ulimit -n 5000 +ulimit -n 4096 # Set up profile directory PROFILE="`mktemp -d 2>/dev/null || mktemp -d -t 'zotero-unit'`"