Closed Xiao-zhen-Liu closed 7 months ago
is this fixed?
is this fixed?
The PR #2350 fixes the issue on my laptop and GitHub CI/CD build. However, I cannot verify if the issue will occur in different environments. I suggest to leave it open until more users are using plotly.js library without any problem.
@kunwp1 please verify and close this issue.
We can close this issue now.
2273 Introduced plotly.js into Texera's frontend dependencies, and occasionally it would cause
JavaScript Heap Out of Memory
error for some developers. Specifyingnode --max_old_space_size=8192
may solve this issue, but it is not a recommended way. We need to either find a plotly version that does not cause this error, or use another library completely.