-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add build cgroup settings #593
Comments
Is there any news when and if this will be implemented? With Buildkit we constantly get out of memory errors and errors that /tmp/tmp... can't be found which I guess is a reason of low memory and probably OOM killing. |
Bump this makes buildkit unusable. |
We're also having an issue with BuildKit during builds on Azure DevOps. During the final task of |
We also need more memory for building or windows containers with buildkit. How in the word is this not a issue of more people? |
Has anyone figured out how to set memory on docker compose using buildkit? Disabling buildkit using environment variables or setting it to false in daemon.json does not seem to work on Docker for Windows. Is there any other workaround? |
I have the same issue. Any updates? |
This hits hard and is a major drawback from using BuildKit. "classic" |
Possible to re-title this to capture the Windows aspect too, since |
more and more users are adopting buildkit to run it in their Azure Pipelines, so now we see quite a few errors like "Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)", although buildkit already has 6GB RAM - this is unusable |
👍 docker run already supports resource limits, so it would only make sense that docker build supports it too. Are there any plans? |
We should be able to specify resource limits per build with buildkit.
The text was updated successfully, but these errors were encountered: