ooo: Request textDocument/completion failed with message: Maximum call stack size exceeded: Error: Request textDocument/completion failed with message: Maximum call stack size exceeded #367
Labels
bug
Something isn't working
Describe the bug
Extension is running out of memory sometimes:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Extension Version
v0.26.3
Additional context
That is on a 64GB M1 max laptop, so bit unexpected. I wonder if that is caused by node running out of memory as I encountered recently another issue with it that required me to add
NODE_OPTIONS=--max-old-space-size=4096
in order to just runyarn webpack
... :pThe text was updated successfully, but these errors were encountered: