Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Jul 3, 2024
1 parent 3716643 commit 2f86593
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Vagrant.configure(2) do |config|
config.vm.box = "debian/bookworm64"
config.vm.box_version = "12.20240503.1"
#config.disksize.size = '99GB'
config.disksize.size = '33GB'
config.disksize.size = '22GB'

config.vm.hostname = "template"

Expand All @@ -11,9 +11,6 @@ Vagrant.configure(2) do |config|

config.vm.provider "virtualbox" do |vb|
vb.name = "template"
end

config.vm.provider "virtualbox" do |vb|
vb.memory = "3333"
vb.cpus = "3"
end
Expand Down

0 comments on commit 2f86593

Please sign in to comment.