Skip to content

Commit

Permalink
ci: increase vmemory to 2GB
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 1, 2024
1 parent f09a3f8 commit 966f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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.memory = 2048
v.cpus = 1
end

Expand Down

0 comments on commit 966f19a

Please sign in to comment.