Skip to content

Commit

Permalink
increase the example vm disk size to 16 gib
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Apr 10, 2023
1 parent 1615711 commit e750ccb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Vagrant.configure(2) do |config|
lv.cpu_mode = 'host-passthrough'
lv.nested = true # nested virtualization.
lv.keymap = 'pt'
lv.machine_virtual_size = 16 # bump the disk size to 16 GiB.
lv.disk_driver :discard => 'unmap', :cache => 'unsafe'
lv.storage :file, :device => :cdrom, :bus => 'sata', :path => create_cloud_init_iso_trigger(config, 'kvm', cloud_init_user_data, cloud_init_network_config)
# add example firmware string.
# NB name has a maximum of 55 ascii characters.
Expand Down

0 comments on commit e750ccb

Please sign in to comment.