Skip to content

Commit d89ce04

Browse files
committed
colima: update yaml file with values suggested by Claude
1 parent a874759 commit d89ce04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

colima/colima.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Number of CPUs to be allocated to the virtual machine.
22
# Default: 2
3-
cpu: 2
3+
cpu: 8
44

55
# Size of the disk in GiB to be allocated to the virtual machine.
66
# NOTE: value can only be increased after virtual machine has been created.
77
#
88
# Default: 60
9-
disk: 60
9+
disk: 256
1010

1111
# Size of the memory in GiB to be allocated to the virtual machine.
1212
# Default: 2
13-
memory: 2
13+
memory: 16
1414

1515
# Architecture of the virtual machine (x86_64, aarch64, host).
1616
#

0 commit comments

Comments
 (0)