mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-17 03:03:42 +00:00
fix: xfce session crash, 10gb disk with resize on boot
This commit is contained in:
parent
eb9d2a76df
commit
99ad3b4cf8
2 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ const (
|
|||
defaultGuestKernelArgsNoPCI = defaultGuestKernelArgs + " pci=off"
|
||||
defaultGuestMemoryMiB = int64(3072)
|
||||
defaultGuestVCPUs = int64(2)
|
||||
defaultGuestDiskSizeBytes = int64(10 * 1024 * 1024 * 1024) // 10 GB
|
||||
defaultSSHPort = uint16(2222)
|
||||
defaultVNCPort = uint16(6080)
|
||||
defaultCopyBufferSize = 1024 * 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue