-
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
auto-setting 32 GB memory on Docker Driver ? #10459
Comments
The normal drivers will max out at 6000 MiB, for their suggested memory allocation... But we only call validateRequestedMemorySize, when cmd.Flags().Changed(memory) |
This behaviour is wrong: It's not supposed to switch to something like "ssh" or "none", just because Docker failed ? |
This is intended: On Linux, Docker normally allows all system memory to be consumed. We do give the system a small buffer (48MB) that minikube refuses to allocate. This is not a memory reservation, but a memory limit. This is a bit different than our other drivers, which generally make a hard reservation. Perhaps we should just remove the memory message for the Docker driver? |
And it seems like the actual error here was more related to trying to set swap memory with the new cgroups v2 docker ? |
Closing as dupe of #10371 |
on users with a huge machine, we are auto setting something as big as 32 GB of ram
The text was updated successfully, but these errors were encountered: