Increase VM defaults, restart VM on new workspace, make rebuild writable
This commit is contained in:
parent
9aa72fade7
commit
e766c8466d
7 changed files with 35 additions and 364 deletions
|
|
@ -153,8 +153,8 @@ main() {
|
|||
log_info "Using SSH port: $ssh_port"
|
||||
|
||||
# Get memory and CPU settings from environment or use defaults
|
||||
local memory="${QVM_MEMORY:-8G}"
|
||||
local cpus="${QVM_CPUS:-4}"
|
||||
local memory="${QVM_MEMORY:-40G}"
|
||||
local cpus="${QVM_CPUS:-30}"
|
||||
log_info "VM resources: ${memory} memory, ${cpus} CPUs"
|
||||
|
||||
# Build QEMU command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue