-
Notifications
You must be signed in to change notification settings - Fork 2
Workflow running out of memory? #154
Copy link
Copy link
Open
Labels
bugfix_before_vorkurs25Sollte am besten vor dem Vorkurs in 2025 gefixt werdenSollte am besten vor dem Vorkurs in 2025 gefixt werdenhelp wantedquestion
Description
The build fails because it runs of of memory when trying to compile functions.tex. The error message is:
! TeX capacity exceeded, sorry [pool size=5730208].
\pydatabuffermlvalueline ...engthmacro \endcsname
{\pydata@escstrtext {#1}}
l.13 ...ppinline{double}}}}_{\text{Rückgabetyp}}}
\quad
! ==> Fatal error occurred, no output PDF file produced!
The responsible code on lines 12-17 is:
\[
\smashoperator{\mathop{\underbrace{\text{\cppinline{double}}}}_{\text{Rückgabetyp}}}\quad
\smashoperator{\mathop{\overbrace{\text{\cppinline{my_func}}}}^{\text{Name}}}
(\smashoperator{\mathop{\underbrace{\text{\cppinline{double x}}}}_{\text{Parameter 1}}},\
\smashoperator{\mathop{\overbrace{\text{\cppinline{int n}}}^{\text{Parameter 2}}}})
\]My hot fix was to comment those lines out for the time being. However we will need to reenable this at some point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugfix_before_vorkurs25Sollte am besten vor dem Vorkurs in 2025 gefixt werdenSollte am besten vor dem Vorkurs in 2025 gefixt werdenhelp wantedquestion