From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25072 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Font memory issues ? Date: Tue, 10 Jan 2006 22:54:26 +0100 Message-ID: <43C42D12.7020309@wxs.nl> References: <35AB8A55-351B-4B53-81D7-ED26F4652A69@trichotomic.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136930393 22135 80.91.229.2 (10 Jan 2006 21:59:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2006 21:59:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jan 10 22:59:51 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwRWg-0007E8-2c for gctc-ntg-context-518@m.gmane.org; Tue, 10 Jan 2006 22:59:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BB0F71280E; Tue, 10 Jan 2006 22:59:33 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14553-01-2; Tue, 10 Jan 2006 22:59:30 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 727A3127B8; Tue, 10 Jan 2006 22:59:30 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F0EDB127B1 for ; Tue, 10 Jan 2006 22:59:28 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14553-01 for ; Tue, 10 Jan 2006 22:59:28 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id 07254127FD for ; Tue, 10 Jan 2006 22:54:28 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 24 for ; Tue, 10 Jan 2006 17:04:44 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <35AB8A55-351B-4B53-81D7-ED26F4652A69@trichotomic.net> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:25072 Archived-At: David Wooten wrote: > Greetings ConTeXters, > > Just recently (after updating to the most recent i-Installer ConTeXt > version / but also after writing/tweaking a little more), I am > apparently running into some font memory issues.* > > I have tried to increase the available memory in web2c/texmf.cnf to > no avail. One curiosity is the pdfTeX error further down: " > hz,normal". I am using hz,hanging in this document. did you remake the format after increasing the memory values? hz lets pdftex internally generate additional font instances these are my texmf.cnf values buf_size.context = 200000 % needed for omega bug extra_mem_bot.context = 2000000 extra_mem_top.context = 4000000 font_max.context = 2000 font_mem_size.context = 1000000 hash_extra.context = 75000 main_memory.context = 2000000 max_strings.context = 250000 nest_size.context = 500 obj_tab_size.context = 300000 % 8388607 pdf_mem_size.context = 500000 % 524288 dest_names_size.context = 300000 % 131072 param_size.context = 10000 pool_free.context = 47500 pool_size.context = 2000000 save_size.context = 50000 stack_size.context = 10000 string_vacancies.context = 125000 trie_size.context = 250000 hyph_size.context = 8191 % prime (texmfstart --bin youreditor kpse:texmf.cnf) Hans