-
Notifications
You must be signed in to change notification settings - Fork 348
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
JavaScript heap out of memory while trying to start json-schema-fhir #3865
Comments
Any update on this issue? |
I too am facing this issue. Any solutions for this? |
Hi, there, I am also facing this and have tried different ticks to increase JS heap size etc but it always crashes even at 16gb of ram machine. Unfortunately team is not very responsive on replying to issues here on GitHub and neither on their discord channel. |
This should now be resolved 🎉 memory issue was resolved in #4237 and surrounding changes |
Closing this issue then! :) Today we have tests for complex and large schemas like FHIR, Jira and so on. |
Hi, when I clone the repo and run the json-schema-fhir example, I am getting error like this. The json file is present in the given location but fails to load. Any ideas why it is failing?
|
Issue workflow progress
From latest code on
master
branch, running the examplegraphql-mesh/examples/json-schema-fhir
gives theJavaScript heap out of memory
exception.To Reproduce
Steps to reproduce the behavior:
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Environment:
MacOS Bug Sur
@graphql-mesh/...
:v14.19.1
Additional context
Following is the complete JS stack trace
The text was updated successfully, but these errors were encountered: