-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unable to build and deploy - not enough memory #132
Comments
I was able to successfully build locally after removing |
Replacing |
Still an issue remotely on CircleCI 🤔 |
I'm pretty sure our CI instance is 2cpus & 4096mb |
#133 was a temporary solution to unblock the build and deploy process. This issue will remain open until we find a solution that will allow us to use ipfs in the developer portal. Finding a solution that will allow us to keep the current setup would be ideal, otherwise, a few alternatives might include the following:
|
No longer an issue, after removal of some large dependencies, most notably |
Description
The build process is currently broken due to a lack of memory. The size of this project has grown considerably and running
gatsby build
now results in errors both locally and remotely.The latest commit on the
generator
branch (d80911c) produced the following error on CircleCI:Recent pull requests (#121 and #131) produced the following error on CircleCI:
Attempting to build locally produced the following error:
The issue was reported in gatbsy#13980 with potential solutions related to versions, changing the CPU count, and increasing
max-old-space-size
but no final solution was provided.The text was updated successfully, but these errors were encountered: