Docker compose build fails with exception #88
Answered
by
mikeplotean
mikeplotean
asked this question in
Help
-
Describe the bug
To Reproduce
Expected behavior
Actual behavior
Screenshots
Environment
|
Beta Was this translation helpful? Give feedback.
Answered by
mikeplotean
Sep 18, 2024
Replies: 0 comments 1 reply
-
This is caused by running on low resources, in particular memory. In order to avoid this issue, it is needed to increase the memory limit for docker engine.
Increase memory limit from docker desktop
Increase memory limit from docker settings fileTo change the docker engine memory limit, update the
More details about docker settings can be found in docker docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikeplotean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is caused by running on low resources, in particular memory.
In order to avoid this issue, it is needed to increase the memory limit for docker engine.
This can be done from:
Increase memory limit from docker desktop
Increase memory limit from docker settings file
To change the docker engine memory limit, update the
memoryMiB
value from settings.json file: