[pdftex] Re: TeX capacity exceeded
Nelson H. F. Beebe
beebe at math.utah.edu
Thu Oct 4 06:44:07 CEST 2001
Daniel Schlieper <Daniel.Schlieper at Uni-Koeln.DE> reports on
04 Oct 2001 13:08:05 +0200:
>> ...
>> ! TeX capacity exceeded, sorry [pool size=68236].
>> Here is how much of TeX's memory you used:
>> ...
>> 68236 string characters out of 68236
>> ...
This can likely be fixed by creating a one-line texmf.cnf file in the
current directory (where your TeX files are) with a setting like this:
max_strings = 100000
or, if you want this to apply only to pdflatex,
max_strings.pdflatex = 100000
In the TeXlive-6 release, the texmf.cnf file is found in the path
texmf/web2c/texmf.cnf; you can find other adjustable parameters there.
You then need to set TEXMFCNF to search the current directory first:
setenv TEXMFCNF .:
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- Center for Scientific Computing FAX: +1 801 585 1640, +1 801 581 4148 -
- University of Utah Internet e-mail: beebe at math.utah.edu -
- Department of Mathematics, 322 INSCC beebe at acm.org beebe at computer.org -
- 155 S 1400 E RM 233 beebe at ieee.org -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------
More information about the pdftex
mailing list