Skip to content

Commit

Permalink
Merge pull request #2207 from katiewasnothere/kabaldau/runhcs_higher_…
Browse files Browse the repository at this point in the history
…memory

Add higher memory size for create scratch UVM
  • Loading branch information
katiewasnothere authored Jul 19, 2024
2 parents c28c0b2 + 4083817 commit c1e403c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/runhcs/create-scratch.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ var createScratchCommand = cli.Command{

opts := uvm.NewDefaultOptionsLCOW("createscratch-uvm", context.GlobalString("owner"))

// 256MB with boot from vhd supported.
opts.MemorySizeInMB = 256
// 512MB with boot from vhd supported.
opts.MemorySizeInMB = 512
// Default SCSI controller count is 4, we don't need that for this UVM,
// bring it back to 1 to avoid any confusion with SCSI controller numbers.
opts.SCSIControllerCount = 1
Expand Down

0 comments on commit c1e403c

Please sign in to comment.