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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply