ci: Bump ulimits - gogo uses lots of open files :)

This commit is contained in:
Paul Hinze 2022-04-05 17:34:14 -05:00
parent df3c0b6b0f
commit 98385bd1c0
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -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=$?