MiKTeX and proTeXt ⇒ Expanding memory
Re: Expanding memory
$ cd ~
$ mkdir -p texmf/texmfcnf
$ cp /usr/share/texmf/web2c/texmf.cnf ~/texmf/texmfcnf/
$ export TEXMFCNF=~/texmf/texmfcnf/:
Now I edited my copied texmf.cnf, the line with main_memory got replaced by
main_memory = 7000000
Then I ran
$ fmtutil --all
which gave some errors, but apparently put some newly generated fmt-files in ~/.texmf-var. After this, pdflatex had more memory to cope with.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis