Can't render a document to epub format #10770
-
DescriptionI have a problem when rendering some big qmd files.
I can't share the document as there are some personal informations in it but I can say that it is only text with some basic markdown to indicate bold or italic word in the text. I will indicate how to recreate a similar one in term of size. What is weird is that I could render this document last week and now I can't. All I did in the meantime was to update quarto from the 1.5.55 version to the 1.5.57. My document is composed only of text. Something similar could be generated with the code next (the size is about 3 time heavier than my document but with an equal size I can render it):
Any idea of what I can do to correct this? I know that there was similar issue related to the memory allocated to deno but increasing it in powershell didn't resolve it. I tried to allocate 30gb with the command I thank you in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
This is related to this DENO error, and you need indeed to change this environment variable as describe in Troubleshoot page: https://quarto.org/docs/troubleshooting/#out-of-memory-issues I don't how much memory your rendering requires but I would try different values, and make sure you are setting the environment properly so that Try in powershell terminal directly
|
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
The syntax for this changed recently. V8 options have to be passed in their own special env variable now,
QUARTO_DENO_V8_OPTIONS
. You want