Error: heap limit reached #3344
-
Hello, I am working on a quarto document (VS Code) which includes a reactable table (r package) with relative verbose text content (around 80000 rows, each containing a paragraph of text, the file underlying the table has around 100 MB as a csv). I am able to render the table when feeding in only a sample of rows, or when rendering only the full table in another qmd (without other parts of my main document). However, when rendering the entire document, the process at one point is aborted with the error message
When observing the file folder in which the qmd script is located, I can see that for a brief moment a 'knit.md' of approx 103 MB in size is produced. However, it exists only briefly, there is no conversion to a html file. I don't know whether this problem is related to reactable or quarto, but I hope there is some way to get the document incl. the full table working. Maybe it's related to the V8 library, and probably this issue. Any idea how to overcome this problem? I already filed an issue at the reactable repository, but maybe there is some quarto memory feature which is relevant? Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Just had the same issues x_x |
Beta Was this translation helpful? Give feedback.
-
Beside the fact that that having such big document really seems like a bad idea, the issue is actually upstream and from Pandoc, see https://duckduckgo.com/?q=pandoc+heap+memory. Note that you can pass it arguments to Pandoc using Quarto CLI. |
Beta Was this translation helpful? Give feedback.
-
Is there any update on this? I am in the same boat as others who are trying to render but unable to progress because of this memory issue. Thank you, |
Beta Was this translation helpful? Give feedback.
-
Closing this in favour of #2462 |
Beta Was this translation helpful? Give feedback.
Closing this in favour of #2462