This is the mail archive of the sgml-tools@via.ecp.fr mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sgml-tools: TeX capacity exceeded


On Tue, Apr 18, 2000 at 12:51:57PM -0400, Mark E. Drummond wrote:
>Trying to use ths ps backend, sgmltools 2 on Slackware linux 7. I get:
>
...
>Is there something I can do to increase the "pool size"? (or that the
>real problem?).

I've built an RPM for this on Caldera OpenLinux 2.3 and use the
following in the install post processing
patch -b -B orig \
	/opt/teTeX/share/texmf/web2c/texmf.cnf /etc/sgml/d.texmf.cnf

The location may vary on different Linux distributions.  I'm attaching
the unified diff file that I use for the patch.

Bill
--
INTERNET:   bill@Celestial.COM  Bill Campbell; Celestial Systems, Inc.
UUCP:               camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:            (206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``Never chastise a Windows user...just smile at them kindly as you would a
disadvantaged child.'' WBM
--- /tmp/texmf.cnf	Wed Feb  2 17:56:12 2000
+++ texmf.cnf	Sun Oct  3 23:06:35 1999
@@ -387,18 +387,22 @@
 % Extra space for the hash table of control sequences (which allows 10K
 % names as distributed).
 hash_extra.context = 25000
+hash_extra.jadetex = 15000
 hash_extra = 0
 
 % Max number of characters in all strings, including all error messages,
 % help texts, font names, control sequences.  These values apply to TeX and MP.
 pool_size.context = 750000
-pool_size = 125000		
+pool_size.jadetex = 200000
+%pool_size = 125000		
+pool_size = 750000		
 % Minimum pool space after TeX/MP's own strings; must be at least
 % 25000 less than pool_size, but doesn't need to be nearly that large.
 string_vacancies.context = 45000
 string_vacancies = 25000
 % Maximum number of strings.
 max_strings.context = 55000
+max_strings.jadetex = 50000
 max_strings = 15000
 % min pool space left after loading .fmt
 pool_free.context = 47500
@@ -431,6 +435,7 @@
 param_size.context = 1500
 param_size = 500	% simultaneous macro parameters
 save_size.context = 5000
+save_size.jadetex = 15000
 save_size = 4000	% for saving values outside current group
 stack_size.context = 1500
 stack_size = 300	% simultaneous input sources

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]