summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-24 00:37:52 +0000
committerKarl Berry <karl@freefriends.org>2010-05-24 00:37:52 +0000
commit38e4ed91e3d7702e75ceef0b7368c56f1f76a243 (patch)
tree4fc050889edde5a105225a3964515378685c6b7d /Build/source/texk/kpathsea
parent0c34d999b2168a461cb1e570783c1a114538b649 (diff)
increase sup_font_mem_size per Pander request, 22 May 2010 14:33:11
git-svn-id: svn://tug.org/texlive/trunk@18443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index c6b706394ca..fc7bb159b4b 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-24 Karl Berry <karl@tug.org>
+
+ * texmf.cnf (font_mem_size): doc fix.
+
2010-05-21 Karl Berry <karl@tug.org>
* mktexpk: help msg, mention map files in error.
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index 1f91423e905..d34db470b3a 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -634,7 +634,7 @@ extra_mem_top.context = 2000000
extra_mem_bot.context = 4000000
% Words of font info for TeX (total size of all TFM files, approximately).
-% Must be >= 20000 and <= 4000000 (without tex.ch changes).
+% Must be >= 20000 and <= 147483647 (without tex.ch changes).
font_mem_size = 3000000
% Total number of fonts. Must be >= 50 and <= 9000 (without tex.ch changes).