-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warn if Docker is likely to encounter swap issues (performance impact) #8892
Comments
Seems like we invest more in docker desktop support than on kubernetes recently |
It would also be good to use the appropriate mappings per platform. On macOS it should be
|
Two other things I noticed:
|
A futher note: my memory settings were 2GB, resulting in the following warning:
These warnings use two different recommended values, and I dutifully used the first value (2.5GB). |
Fixed at head by #9126:
|
we correcelty and nicely warn the user that their docker desktop is low on memory but still when we are Erroring, we spit out ugly messages... I suspect we could add a regex to this and make sure if this ever happens, hint to the user what is going on.
The text was updated successfully, but these errors were encountered: