[tex-live] pool_size in texmf.cnf
Thomas Esser
te@informatik.uni-hannover.de
Sun, 26 May 2002 15:25:17 +0200
> my grep says
>
> pool_size = 125000
> pool_size.hugetex = 1250000
> pool_size = 1250000
> pool_size.mpost = 500000
> pool_size.context = 1250000
> pool_size.metafun = 1000000
> pool_size.cslatex = 1250000
> pool_size.hugelatex = 1250000
> pool_size.latex = 1250000
> pool_size.jadetex = 1250000
> pool_size.pdfjadetex = 1250000
> pool_size.xmltex = 1250000
> pool_size.pdfxmltex = 1250000
> pool_size.pdflatex = 1250000
> pool_size.pdfelatex = 1250000
> pool_size.pdfetex = 1250000
>
> so the first one is bad, but the others are consistent.
The first match wins, so you have to put any pool_size.progname *before*
pool_size. Any pool_size.progname setting after the unqualified pool_size
setting will be ignored.
So, the first line should go away and the third has to be moved after the
others.
Thomas