Skip to content

Commit e013c14

Browse files
committed
fix: increase hardware resources for machines in order to circumvent disk size exceeded errors
1 parent fcd63e4 commit e013c14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

mini-lab.kamaji.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,15 @@ topology:
5252
image: ${MINI_LAB_VM_IMAGE}
5353
env:
5454
UUID: 00000000-0000-0000-0000-000000000001
55+
QEMU_CPU_CORES: 2
56+
QEMU_DISK_SIZE: 20G
5557
machine02:
5658
group: machines
5759
image: ${MINI_LAB_VM_IMAGE}
5860
env:
5961
UUID: 00000000-0000-0000-0000-000000000002
62+
QEMU_CPU_CORES: 2
63+
QEMU_DISK_SIZE: 20G
6064
links:
6165
- endpoints: ["exit:mini_lab_ext", "mini_lab_ext:exit"]
6266
mtu: 9000

0 commit comments

Comments
 (0)