You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been hosting on Digital Ocean's Apps platform (with a managed database) for a while. Starting with v1.18.0, I began experiencing a memory exhaustion error during the build process.
From the build logs, it seems like this is what is causing the memory exhaustion. node_modules may just be too big? What benefit comes with copying node_modules here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been hosting on Digital Ocean's Apps platform (with a managed database) for a while. Starting with v1.18.0, I began experiencing a memory exhaustion error during the build process.
From the build logs, it seems like this is what is causing the memory exhaustion.
node_modules
may just be too big? What benefit comes with copyingnode_modules
here?https://github.com/mikecao/umami/blob/ae7186c32a953e77b1055343035d132ea0711174/Dockerfile#L16-L17
I have this running on 512MB, but I upped it to 4GB to try a build and it still ran out of memory during the build process.
Any thoughts or guidance on what might be causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions