Skip to content

Commit

Permalink
CI: VM: reduce VM resources
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Oct 7, 2024
1 parent 390024b commit abbaec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Vagrant.configure("2") do |config|
config.vm.box = "fedora/40-cloud-base"
# assume some ram is needed for the host environment but very little CPU
memory = 10240
cpus = 3
memory = 4096
cpus = 2
config.vm.provider :virtualbox do |v|
v.memory = memory
v.cpus = cpus
Expand Down

0 comments on commit abbaec5

Please sign in to comment.