File descriptor hard limit changed to 4096 on Ubuntu 16.10
This commit is contained in:
parent
0016c5ecf8
commit
c1a3a8411f
|
@ -95,7 +95,7 @@ fi
|
||||||
# descriptors open for a few seconds (even with an explicit inputStream.close() in the case of
|
# 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
|
# the latter), so a source installation that copies ~500 translators and styles (with fds for
|
||||||
# source and target) can exceed the default 1024 limit.
|
# source and target) can exceed the default 1024 limit.
|
||||||
ulimit -n 5000
|
ulimit -n 4096
|
||||||
|
|
||||||
# Set up profile directory
|
# Set up profile directory
|
||||||
PROFILE="`mktemp -d 2>/dev/null || mktemp -d -t 'zotero-unit'`"
|
PROFILE="`mktemp -d 2>/dev/null || mktemp -d -t 'zotero-unit'`"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user