[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: looking for a TeX guy to (help to) package PassiveTeX



On Tue, Jun 18, 2002 at 11:16:46PM -0400, Jaldhar H. Vyas wrote:
>   TeX capacity exceeded, sorry [pool size=67470].
>   If you really absolutely need more capacity,
>   you can ask a wizard to enlarge me.
> 
> Not being a wizard, that doesn't really help me much :)  The pool size
> number varies sometimes.
> 
> synrg (Ben Armstrong) on IRC gave me a lot of guidance but unfortunately
> passivetex still doesn't work so any help you can give would be really
> appreciated.  Passivetex is the only DFSG-free FO processor out there.
I do not know passivetex but this is standard problem with tetex as
installed too.  Their default pool size is too small.  

For tetex case, I editted /etc/texmf/texmf.cnf from:
---------------------------------------------------------------------
...
% Extra space for the hash table of control sequences (which allows 10K
% names as distributed).
hash_extra.context = 40000
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
% 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 = 15000
% min pool space left after loading .fmt
pool_free.context = 47500
pool_free = 5000

---------------------------------------------------------------------------
  to something like
---------------------------------------------------------------------------
% Extra space for the hash table of control sequences (which allows 40K
% names as distributed).
hash_extra.context = 160000
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 = 3000000
pool_size = 500000
% 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 = 180000
string_vacancies = 100000
% Maximum number of strings.
max_strings.context = 220000
max_strings = 60000
% min pool space left after loading .fmt
pool_free.context = 200000
pool_free = 20000

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++
 Osamu Aoki @ Cupertino CA USA
 See "User's Guide":     http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/debian-reference/
 "Debian reference" Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: