Skip to content

Commit

Permalink
Make vagrant file server use less resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Sep 12, 2024
1 parent 0a352bb commit 0d957c5
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 @@ -49,8 +49,8 @@ Vagrant.configure("2") do |config|

fileserver.vm.provider "virtualbox" do |vb|
# Customize the amount of memory on the VM:
vb.memory = 16096
vb.cpus = 4
vb.memory = 2048
vb.cpus = 1
end

fileserver.vm.disk :disk, size: "500GB", name: "volume_2"
Expand Down

0 comments on commit 0d957c5

Please sign in to comment.