MiKTeX and proTeXtExpanding memory

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
brlnd
Posts: 15
Joined: Wed Sep 17, 2008 6:50 pm

Re: Expanding memory

Post by brlnd »

For reference, I add here what I did on my RHEL5 (Redhat Enterprise Linux) computer with TeX Live in order to increase 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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post Reply