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

fix(gatsby-transformer-csv): Fix high memory consumption #36610

Merged
merged 3 commits into from Nov 16, 2022

Conversation

ascott97
Copy link
Contributor

Description

Reduce memory usage for gatsby-transformer-csv when loading large csv files, this is the same fix that was applied in pr #34084 to gatsby-transformer-json to reduce memory usage when loading large json files as I believe this is the same issue.

Related Issues

Fixes #33868

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 14, 2022
@ascott97 ascott97 changed the title Fix/gatsby transformer csv fix(gatsby-transformer-csv): Fix high memory consumption Sep 14, 2022
@LekoArts LekoArts added topic: plugins Related to plugin system, themes & catch-all for plugins that don't have a label and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Nov 16, 2022
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LekoArts LekoArts merged commit f94db78 into gatsbyjs:master Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: plugins Related to plugin system, themes & catch-all for plugins that don't have a label
Projects
None yet
2 participants