-
Notifications
You must be signed in to change notification settings - Fork 326
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
failed to allocate string buffer exceeds maximum length on a book project when embedding resources #11311
Comments
I did some further testing and upon seeing this comment I fixed the problem by setting Hopefully my repository can help debug memory issues though. The EDIT: commit hash with memory error is |
I believe you meant |
Yeah sorry for the inconvenience, I somehow missed this when researching the issue before submitting the report. |
Sorry, I meant, there was some internal discussions about this. |
Related issue then |
Originally posted by @prs513rosewood in #2462
Sorry to comment on a closed issue (EDIT: #2462), but I'm also encountering this problem. On my machine I had to increase the heap limit past the 8192 default introduced in recent quarto versions. However I also run a
quarto render
on a gitlab.com runner and the job gets killed, likely because of a memory overrun. Increasing the heap limit does not help there (this used to build successfully six months ago with quarto 1.3.450).The repository in question is https://gitlab.com/prs513rosewood/projets-numeriques-discrets, here are the steps to reproduce:
Here's the output of
quarto check
:And here is the failed output (with
QUARTO_PRINT_STACK=true
):And without
QUARTO_PRINT_STACK=true
:Thanks for looking at this, the issue is preventing me from updating my class material.
The text was updated successfully, but these errors were encountered: