gucci-on-fleek / lua-widow-control

(Lua)TeX package to automatically remove widows and orphans from any document
15 stars 1 forks source link

Node memory leak #29

Closed gucci-on-fleek closed 2 years ago

gucci-on-fleek commented 2 years ago

Lua-widow-control is leaking node memory somewhere. In the 1400 page Gutenberg test document, luatex.exe uses >500 MiB at the end of a compile.

This only seems to crash the interpreter once we get past 2000 pages or so, so it's not a huge deal, but it should probably be fixed at some point.

gucci-on-fleek commented 2 years ago

See