Skip to content
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

Memory-related regression introduced in gatsby@1.7.0 #1849

Closed
bvaughn opened this issue Aug 17, 2017 · 2 comments
Closed

Memory-related regression introduced in gatsby@1.7.0 #1849

bvaughn opened this issue Aug 17, 2017 · 2 comments

Comments

@bvaughn
Copy link
Contributor

bvaughn commented Aug 17, 2017

This issue is a follow-up for the noisier issue #1754.

After recently trying to upgrade gatsby, I am no longer able to run gatsby develop. After ~2 minutes of running, the message "bootstrap finished" is logged and then the process hangs and eventually runs out of memory.

I've narrowed the cause of this down to gatsby version 1.7.0. (The previous version 1.6.6 works fine.) So the problem is likely somewhere in here).

I have not yet had time to dig through the changes to packages/gatsby to determine the likely cause of this. However you can reproduce this problem (if you're interested) by checkout out the gatsby branch of bvaughn/react and running:

cd path-to-your-checkout/www
yarn install
yarn dev
@jquense
Copy link
Contributor

jquense commented Aug 17, 2017

my hunch would be it's somewhere in the createLayouts PR, given it was fairly large and did a lot of stuff.

@KyleAMathews
Copy link
Contributor

Seems like this is fixed now by #1879!

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

No branches or pull requests

3 participants