tectonic icon indicating copy to clipboard operation
tectonic copied to clipboard

tectonic fail out of memory

Open webbery opened this issue 8 years ago • 1 comments

Hi, I compiled a tex file in VirtualBox. Here is error info:

Running TeX ...
note: warnings were issued by the TeX engine; use --print and/or --keep-logs for details.
Running BibTeX ...
note: warnings were issued by BibTeX; use --print and/or --keep-logs for details.
Rerunning TeX because bibtex was run ...
Running xdvipdfmx ...
error: Out of memory - asked for 10663802 bytes

But tex file was build success after I closed atom editor. Does tectonic consume a lot of memory?

webbery avatar Jul 20 '17 08:07 webbery

Hmm, that is a very strange error. Tectonic uses preallocated memory arrays that are relatively large compared to a minimal TeX engine, but are extremely manageable for modern machines.

Are you able to produce a .tex file that consistently triggers this out of memory error, regardless of whether your editor is open or closed? I have trouble seeing how closing the editor would make the problem go away.

pkgw avatar Aug 28 '17 14:08 pkgw