mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
ci: Bump ulimits - gogo uses lots of open files :)
This commit is contained in:
parent
df3c0b6b0f
commit
98385bd1c0
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ export VAGRANT_SPEC_BOX="${VAGRANT_SPEC_BOX}"
|
|||
# Explicitly use Go binary
|
||||
export VAGRANT_PATH=/vagrant/vagrant
|
||||
|
||||
# Explicitly set high open file limits... vagrant-ruby tends to run into the
|
||||
# default 1024 limit during some operations.
|
||||
ulimit -n 65535
|
||||
|
||||
vagrant-spec ${VAGRANT_SPEC_ARGS} --config /vagrant/test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb
|
||||
result=$?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue