Skip to content

Commit

Permalink
vagrant: fix the disk size to use postfix: "GB"
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Sep 27, 2024
1 parent c9ce3b7 commit 7dfe742
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 @@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.box_version = "20231018.0.0"

config.vm.disk :disk, size: "64", primary: true
config.vm.disk :disk, size: "64GB", primary: true

config.vm.network "private_network", type: "dhcp"

Expand Down

0 comments on commit 7dfe742

Please sign in to comment.