Skip to content

Commit

Permalink
ci: decrease vcpus and increase memory for worker
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 1, 2024
1 parent 9314b86 commit 11acbd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Vagrant.configure("2") do |config|
# backing providers for Vagrant. These expose provider-specific options.
# Reduce requirements so everythin runs on GitHub Actions
config.vm.provider "virtualbox" do |v|
v.memory = 1024
v.cpus = 2
v.memory = 2048
v.cpus = 1
end

# Enable provisioning with a shell script. Additional provisioners such as
Expand Down

0 comments on commit 11acbd9

Please sign in to comment.