Resource crunch with multiple services being up crashes few services when using colima. #645
Unanswered
linkwithsaurav
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Were you able to verify the logs of the exiting services and ascertain that it is indeed due to resource crunch? By resource crunch, are you referring to CPU or memory or both? Also, you might have better success allocating less resources to the VM i.e. leaving enough for the host. On a cpu with 8 cores and 16gb ram, I would recommend allocating 4 cores and 8gb ram to the VM. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have nearly 31 services attached in my docker-compose, and using
colima start --cpu 8 --memory 12 --disk 120
on a Mac M1 chip with 16 GB RAM but some services keep exiting after few minutes, we have found that this occurs due to resource crunch, is there any solution that someone is using with micro-service testing on local, tried out a lot of configuration of colima but the result was same.Beta Was this translation helpful? Give feedback.
All reactions