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
Update: I removed Docker and decided to install npm and run Matterwiki in the traditional way. But again, I hit the same error with npm install. This is when I was sure it is definitely an issue with memory.
You can temporarily add swap storage to your Ubuntu installation to work around the problem. DigitalOcean has a nice guide on this, which would work on any Ubuntu installation. If your server is using SSD, you may want to remove the swap file with swapoff (and rm) when you're done, as long-term swap usage on SSD is not recommended.
I'm using
master
branch and I tried to use Docker. But thebuild
step is failing with this error:Edit: I have tried the
refactor
branch as well, but 8000 same problem there. (It also looks likenpm
is killed randomly.)I read that it runs out of memory, though I'm not sure. Any resolution?
More tails of the log:
The text was updated successfully, but these errors were encountered: