Browse Source

Vagrant: increase number of allowed open files

1024 is the default, which is not enough for the QGC link step
QGC4.4
Peter Barker 2 years ago committed by Philipp Borgers
parent
commit
b4b20fb441
  1. 4
      Vagrantfile

4
Vagrantfile vendored

@ -122,6 +122,10 @@ MAKE @@ -122,6 +122,10 @@ MAKE
"
su - vagrant -c "chmod +x do-qmake.sh do-make.sh"
# increase the allowed number of open files (the link step takes a
# lot of open filehandles!):
echo '* soft nofile 2048' >/etc/security/limits.d/fileno.conf
# now run the scripts:
su - vagrant -c ./do-qmake.sh
su - vagrant -c ./do-make.sh

Loading…
Cancel
Save