Update Vagrantfile

enviromnet->environment
This commit is contained in:
lixin18
2023-03-09 09:45:20 +08:00
committed by GitHub
parent 77675009ce
commit b2c2a2dfb2

2
hack/ci/Vagrantfile vendored
View File

@@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "dummy"
config.vm.box_url = "https://iad.mirror.rackspace.com/fedora/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-37-1.7.x86_64.vagrant-virtualbox.box"
# macOS github actions runners have 3 cores and 14 GB of ram
# assume some ram is needed for the host enviromnet but very little CPU
# assume some ram is needed for the host environment but very little CPU
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
memory = 10240
cpus = 3