-
Notifications
You must be signed in to change notification settings - Fork 30
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 heap issue #14
Comments
@jithinktom |
@Shestac92 Any updates on this issue? |
Me also facing this issue, after installing anychart or anychart-react libraries in application which is created by create-react-app cli. |
@jithinktom @manikandanm1757 |
Just installed AnyChart to try it in react app and it does not work. I get the same error as @jithinktom . |
Have the same issue in a react app 👎
|
Facing the same issue. The error I am getting is: ERROR in ./src/components/SitesOverview_1.js 8:0-45 <--- Last few GCs ---> [3676:000002B6512BE510] 968640 ms: Scavenge 2024.4 (2069.8) -> 2023.7 (2080.1) MB, 6.3 / 0.0 ms (average mu = 0.235, current mu = 0.104) allocation failure <--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory <--- Last few GCs ---> [7016:0000012A69F2D8C0] 63906 ms: Scavenge 2020.9 (2065.9) -> 2020.3 (2076.4) MB, 7.9 / 0.0 ms (average mu = 0.244, current mu = 0.100) allocation failure <--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory Versions: The app was created using npx create-react-app . |
I ran into the same issue. In our case it appears to be due to the size of the source maps after adding AnyChart-React as a dependency to our project. FWIW I was able to solve this by setting If that doesn't work you can also try to increase JavaScript heap size in your create-react-app project. Hope this helps! |
Hi,
I tried to plot a simple Anychart with create-react-app project. But, it is giving me "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" error.
The code of my component is :
The text was updated successfully, but these errors were encountered: