| 1 |
diff -up texlive-texmf-2007/texmf/web2c/texmf.cnf.texmfcnf texlive-texmf-2007/texmf/web2c/texmf.cnf
|
| 2 |
--- texlive-texmf-2007/texmf/web2c/texmf.cnf.texmfconf 2007-02-02 23:28:29.000000000 +0100
|
| 3 |
+++ texlive-texmf-2007/texmf/web2c/texmf.cnf 2008-10-13 09:30:17.000000000 +0200
|
| 4 |
@@ -524,16 +541,16 @@ font_max = 2000
|
| 5 |
|
| 6 |
% Extra space for the hash table of control sequences (which allows 10K
|
| 7 |
% names as distributed).
|
| 8 |
-hash_extra = 50000
|
| 9 |
+hash_extra = 200000
|
| 10 |
|
| 11 |
% Max number of characters in all strings, including all error messages,
|
| 12 |
% help texts, font names, control sequences. These values apply to TeX and MP.
|
| 13 |
-pool_size = 1250000
|
| 14 |
+pool_size = 2000000
|
| 15 |
% Minimum pool space after TeX/MP's own strings; must be at least
|
| 16 |
% 25000 less than pool_size, but doesn't need to be nearly that large.
|
| 17 |
-string_vacancies = 90000
|
| 18 |
+string_vacancies = 150000
|
| 19 |
% Maximum number of strings.
|
| 20 |
-max_strings = 100000
|
| 21 |
+max_strings = 300000
|
| 22 |
% min pool space left after loading .fmt
|
| 23 |
pool_free = 47500
|
| 24 |
|
| 25 |
@@ -555,7 +572,7 @@ hyph_size = 8191 % prime number o
|
| 26 |
nest_size = 500 % simultaneous semantic levels (e.g., groups)
|
| 27 |
max_in_open = 15 % simultaneous input files and error insertions
|
| 28 |
param_size = 10000 % simultaneous macro parameters
|
| 29 |
-save_size = 5000 % for saving values outside current group
|
| 30 |
+save_size = 15000 % for saving values outside current group
|
| 31 |
stack_size = 5000 % simultaneous input sources
|
| 32 |
|
| 33 |
% These are Omega-specific.
|