Rollback DANGEROUSLY_DISABLE_OOM when V8.serialize is merged #13284
Labels
good first issue
Issue that doesn't require previous experience with Gatsby
type: maintenance
An issue or pull request describing a change that isn't a bug, feature or documentation change
Summary
A quick fix to enable gatsby users to disable redux state caching was introduced by #13066 as it caused out of memory issues for large websites. #10732 fixes this issue correctly by moving away from
json-stringify
intov8.serialize
.#10732 still keeps the redux state on disk which gives us the same speed benefits as we had before. With the temporary fix, we didn't have any cache which means our site takes more time to load.
The text was updated successfully, but these errors were encountered: