Skip to content
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

Workflow running out of memory? #154

Open
fschledorn opened this issue Nov 24, 2024 · 0 comments · May be fixed by #157
Open

Workflow running out of memory? #154

fschledorn opened this issue Nov 24, 2024 · 0 comments · May be fixed by #157
Labels
bug fix_before_vorkurs25 Sollte am besten vor dem Vorkurs in 2025 gefixt werden help wanted question

Comments

@fschledorn
Copy link
Collaborator

fschledorn commented Nov 24, 2024

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.

@fschledorn fschledorn linked a pull request Nov 24, 2024 that will close this issue
@fschledorn fschledorn added bug fix_before_vorkurs25 Sollte am besten vor dem Vorkurs in 2025 gefixt werden labels Nov 24, 2024
@fschledorn fschledorn linked a pull request Nov 25, 2024 that will close this issue
@fschledorn fschledorn linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix_before_vorkurs25 Sollte am besten vor dem Vorkurs in 2025 gefixt werden help wanted question
Projects
None yet
1 participant