From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25403 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Font memory issues ? Date: Thu, 19 Jan 2006 21:28:33 +0100 Message-ID: <43CFF671.8020107@elvenkind.com> References: <35AB8A55-351B-4B53-81D7-ED26F4652A69@trichotomic.net> <43C42D12.7020309@wxs.nl> <95E5C116-BA8D-42CC-A101-1B83BFEFD35B@trichotomic.net> <43C4BEC7.1050102@wxs.nl> <88E20D3D-0E24-417B-8B35-59B9AA0D27A9@trichotomic.net> <43C61319.3000104@wxs.nl> <43C6B66C.5000504@wxs.nl> <998CA16F-EC19-46D5-A067-5CD6716EE773@trichotomic.net> <850FBC5F-EFD3-4AAB-846C-73FB8FF2CAA3@trichotomic.net> <7A0FD463-98FA-4DB4-AE21-C284EEF5638F@uni-bonn.de> <43CD718A.5080405@wxs.nl> <85824E5F-150A-4456-AF00-1006FAEF14A5@trichotomic.net> <2C0863F6-A6A2-42E8-A05A-968919750F11@trichotomic.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137702677 4752 80.91.229.2 (19 Jan 2006 20:31:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 20:31:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Jan 19 21:31:15 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 1EzgQc-0002RZ-F4 for gctc-ntg-context-518@m.gmane.org; Thu, 19 Jan 2006 21:30:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 19F351289F; Thu, 19 Jan 2006 21:30:42 +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 05509-03; Thu, 19 Jan 2006 21:30:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 45C75128A1; Thu, 19 Jan 2006 21:27:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E778C128A1 for ; Thu, 19 Jan 2006 21:27:56 +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 05425-04 for ; Thu, 19 Jan 2006 21:27:56 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id EE2C41289F for ; Thu, 19 Jan 2006 21:27:27 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:47498 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1EzgNT-000Pl8-7C for ntg-context@ntg.nl; Thu, 19 Jan 2006 20:27:27 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <2C0863F6-A6A2-42E8-A05A-968919750F11@trichotomic.net> 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:25403 Archived-At: Oh, d**mn. I just had a brainwave. From Web2c's tex.ch comes the following: @!inf_font_mem_size = 20000; @!sup_font_mem_size = 2000000; So font_memory cannot be set larger than 2000000 and not smaller than 20000. Out-of-bounds sizes are silently folded back in line, but that happens after the variable expansion is complete. That's why the debug switch still reports the values from texmf.cnf. So the actual problem here is the web2c runtime code inside TeX. You can recompile with a larger sup_font_mem_size, I guess. But otherwise you are out of luck. Cheers, Taco David Wooten wrote: > Any more clues, patient ones?: > > texexec --pdf file.tex > > Here is how much of TeX's memory you used: > 1449181 words of font info for 262 fonts, out of 2000000 for 2000 > > pdfetex --kpathsea-debug=65535 --ini --progname=context plain > > kdebug:hash_lookup(font_mem_size.context) => 3000000 > kdebug:variable: font_mem_size = 3000000 > > Many thanks, > David > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context