Skip to content

Workflow running out of memory? #154

@fschledorn

Description

@fschledorn

The build fails because it runs of of memory when trying to compile functions.tex. The error message is:

(https://github.com/FachschaftMathPhysInfo/Programmiervorkurs/actions/runs/11992095799/job/33431520974)

! 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions