abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
17.73k stars 364 forks source link

Whole system shut down when starting colima #1034

Open viktorashi opened 1 month ago

viktorashi commented 1 month ago

Description

Recently i've had issue #502 and solved it via this marvelous thing but while starting back up this time it started taking up the whole default 60Gib of space on my laptop, I watched in horror as my System Settings > Storage free space was rapidly approaching 0 before my whole machine froze to a halt and had to restart it. It all went back to normal and did one more colima delete just to make sure I never see it again.

I've seen you can set defaults on startup like colima start --cpu 1 --memory 2 --disk 10 but I Don't remember it taking up that much space before, or even populating its reserved space before it would be filled up by containers. Like is there a way to make it so that it just populates the space as it's being used instead of all at once? (i'm starting to realise that doesn't make a lot of sense but I ain't deleting nothing)

Version

colima version 0.6.8 git commit: 9b0809d0ed9ad3ff1e57c405f27324e6298ca04f limactl version 0.21.0 qemu-img version 8.2.2

Operating System

Output of colima status

too scared to start it up again to see (it's off idk)

Reproduction Steps

  1. colima start
  2. scream
  3. restart mac
  4. rinse, repeat

Expected behaviour

to not do that

Additional context

No response