Minor fixes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-05-30 15:25:46 +02:00
parent 1d4af8c74e
commit ef0d77f1d6
3 changed files with 10 additions and 4 deletions

View File

@ -138,7 +138,7 @@ export class VMInfo implements VMInfoInterface {
name: "",
boot_type: "UEFI",
architecture: "x86_64",
memory: 1024,
memory: 1000 * 1000 * 1000,
number_vcpu: 1,
vnc_access: true,
iso_files: [],