Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory #209

Open
ghost opened this issue May 12, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented May 12, 2020

Hello, recently I have been trying to add this plugin to a project following the guidelines at https://prismic.io/docs/reactjs/getting-started/prismic-gatsby. This is the second time I've used this plugin as the first time around I had no issues (different projects).

When I add the bare minimum into the gatsby-config file, such as:
{ resolve: "gatsby-source-prismic-graphql", options: { repositoryName: "my-repo-name-here", }, },

Then start up the project, the start-up hangs on createPagesStatefully.

After around 10minutes of this, I get shown a JS Stack Trace that tells me FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory.

Here is where it hangs:
hanging-covered

And the JS Stack Trace printed:
js_stack_trace

If I can supply more info to help deduce the issue please let me know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants