From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32177 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: TeX capacity exceeded with my macros Date: Mon, 18 Dec 2006 09:19:35 +0100 Message-ID: References: <458328C1.3080705@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166430003 31170 80.91.229.10 (18 Dec 2006 08:20:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Dec 2006 08:20:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 18 09:20:02 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 dough.gmane.org with esmtp (Exim 4.50) id 1GwDj4-0003xE-64 for gctc-ntg-context-518@m.gmane.org; Mon, 18 Dec 2006 09:19:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A61CF1FF39; Mon, 18 Dec 2006 09:19:06 +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 19864-01-5; Mon, 18 Dec 2006 09:18:58 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 80D7F1FEFB; Mon, 18 Dec 2006 09:18:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 279281FF06 for ; Mon, 18 Dec 2006 09:18: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 19864-01-4 for ; Mon, 18 Dec 2006 09:18:51 +0100 (CET) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by ronja.ntg.nl (Postfix) with SMTP id 473EC1FE6E for ; Mon, 18 Dec 2006 09:18:50 +0100 (CET) Original-Received: by nz-out-0506.google.com with SMTP id z3so546038nzf for ; Mon, 18 Dec 2006 00:19:36 -0800 (PST) Original-Received: by 10.65.228.5 with SMTP id f5mr4318110qbr.1166429975859; Mon, 18 Dec 2006 00:19:35 -0800 (PST) Original-Received: by 10.65.215.1 with HTTP; Mon, 18 Dec 2006 00:19:35 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: <458328C1.3080705@wxs.nl> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:32177 Archived-At: On 12/15/06, Hans Hagen wrote: > luigi scarso wrote: > > I have a > > TeX capacity exceeded > > message. > > I think I'm doing too much, > > but before to try another way I would know if > > I should enlarge context. > > > > This macro is called ~ 70 000 times > > \SetArtValue{1:330128:1007:336:1:d}{} > > > > PS > > No problem if none answer to this message. > > > > > in texmf.cnf increase the hash size and remake the format Thanks to Andrea and Hans. I thinks this: 'TeX capacity exceeded' means 'Is your code good ?' Perhaps using some sort of preprocessing or \executesystemcommand should be a better solution (at cost of speed I believe). Or perhaps actual distros are made for single-user not-hungry and not for big-documents on-demand , so hash size is conservative, so "increase the hash size and remake the format" IS the solution. luigi