I'm running docker through colima and my total images size hit ~10GBs. I need to increase this size in order to continue.
Is there a way to define this somewhere in colima?
The default VM created by Colima has 2 CPUs, 2GiB memory and 60GiB storage.
The VM can be customized either by passing additional flags to colima start. e.g. --cpu, --memory, --disk, --runtime. Or by editing the config file with colima start --edit.
NOTE: disk size cannot be changed after the VM is created. From v0.5.3, disk size can be increased
colima start --cpu 1 --memory 2 --disk 10
colima stop
colima start --cpu 4 --memory 8
colima stop
colima start --disk 100
https://stackoverflow.com/a/74402260/9345651 by @Carlos Cavero
https://github.com/abiosoft/colima#customizing-the-vm
https://github.com/abiosoft/colima/blob/main/docs/FAQ.md
I had the same issue and it is possible to customise Colima VMs CPU, Memory (GB) and Disk (GiB):
colima start --cpu 4 --memory 4 --disk 100
But it is weird because the documentation states:
the default VM created by Colima has 2 CPUs, 2GiB memory and 60GiB storage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With