Using Dockerfile with DO App platform, we sometimes get BuildJobOutOfMemory. We tried switching from basic to professional for each component, but that didn’t solve it.
How do I add more ram to the build process?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @amocsy,
The error indicates that you are running out of memory and should consider using a larger instance size for your App.
Here’s the documentation link on error codes:
https://www.digitalocean.com/docs/app-platform/references/error-codes/#deploy-errors
Let me know how it goes. Regards, Bobby
This comment has been deleted