ci: Bump ulimits - gogo uses lots of open files :)
This commit is contained in:
parent
df3c0b6b0f
commit
98385bd1c0
@ -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…
x
Reference in New Issue
Block a user