Skip to content
Discussion options

You must be logged in to vote

I've found a solution. As I'd ruled out just about everything else, I started to blame the virtual file system in use by colima. Sure enough, when I moved away from using 9p and started to use virtiofs instead in a vz type VM, things went better.

I had to first remove my current colima instance.

colima delete

Then, I started a new instance.

colima start --cpu 4 --memory 4 --disk 50 --ssh-agent --mount-type virtiofs --vm-type=vz

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@alexg-axis
Comment options

Comment options

You must be logged in to vote
1 reply
@NobodyXu
Comment options

Answer selected by alexg-axis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants