From 7a8627fd5002ae832e902fcc9ceeae846a1531b8 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 27 Feb 2019 13:28:47 +0100 Subject: Raise number of open file descriptors for chromium build This solve an issue with Chromium 72 where the link phase fails due to too many open files. Change-Id: Icb577be373c9bd06c766215ae25f03b75bde35ca Signed-off-by: Stephane Desneux --- INSTALL/config/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL/config/bashrc') diff --git a/INSTALL/config/bashrc b/INSTALL/config/bashrc index 927c745..bbe5b33 100644 --- a/INSTALL/config/bashrc +++ b/INSTALL/config/bashrc @@ -181,6 +181,9 @@ if [ "$PS1" ]; then fi +# allow build of chromium 72 (raise number of open files) +ulimit -n 4096 + # force locale #export LANG=en_US.UTF-8 #export LANGUAGE=$LANG -- cgit