From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26305 Path: news.gmane.org!not-for-mail From: andrea valle Newsgroups: gmane.comp.tex.context Subject: Re: TeX capacity exceeded with metafun Date: Sun, 12 Mar 2006 11:40:51 +0100 Message-ID: <151c092d08b9c4a9f10c58e6041d9e05@di.unito.it> References: <371c92fe2e8bc0474b524be7e56f5e25@di.unito.it> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1142160090 424 80.91.229.2 (12 Mar 2006 10:41:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Mar 2006 10:41:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 12 11:41:28 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 1FIO0s-0002KF-Au for gctc-ntg-context-518@m.gmane.org; Sun, 12 Mar 2006 11:41:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8287D127BE; Sun, 12 Mar 2006 11:41:25 +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 24337-05; Sun, 12 Mar 2006 11:41:21 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F099B127B3; Sun, 12 Mar 2006 11:41:20 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 59497127B3 for ; Sun, 12 Mar 2006 11:41:19 +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 24481-01 for ; Sun, 12 Mar 2006 11:41:18 +0100 (CET) Original-Received: from pianeta.di.unito.it (pianeta.di.unito.it [130.192.239.1]) by ronja.ntg.nl (Postfix) with SMTP id 2933012795 for ; Sun, 12 Mar 2006 11:41:18 +0100 (CET) Original-Received: from [83.184.26.146] (d83-184-26-146.cust.tele2.it [83.184.26.146]) by pianeta.di.unito.it (INFO-DIP) with ESMTP id k2CAeret009178 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO userCertificateDN= AuthenticatedUser=valle ) for ; Sun, 12 Mar 2006 11:40:54 +0100 (MET) In-Reply-To: <371c92fe2e8bc0474b524be7e56f5e25@di.unito.it> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.623) X-dipinfo-MailScanner-Information: Please contact Department of Computer Science technical staff for more information X-AntiVirus: Scanned for viruses by VirusFinder @2001-tecnici@di.unito.it - Email Clean X-SpamCheck: not spam, SpamAssassin (score=-102.599, required 4.5, autolearn=not spam, AUTHENTICATEDUSER -100.00, BAYES_00 -2.60) X-MailScanner-From: valle@di.unito.it 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:26305 Archived-At: Now, as far as I understand it seems that I have to edit texmf.cnf. In any case, I do not know in which way... Thanks! -a- On 12 Mar 2006, at 11:19, andrea valle wrote: > Hi to all, > > I'm plotting 10,000 little squares thus exceeding TeX capacity. I was > going to modify context.cnf (everything works with 5,000 squares). > > > In particular, I'm on macosx 10.3 with Gerben's distro. I am editing > this file: > /usr/local/teTeX/share/texmf.local/web2c/context.cnf > > 1. is it correct? > 2. Above all, I'am obtaining: > ! TeX capacity exceeded, sorry [main memory size=3D8000000]. > > Here's the log: > > If you really absolutely need more capacity, > you can ask a wizard to enlarge me. > > > Here is how much of TeX's memory you used: > 1108 strings out of 60272 > 18484 string characters out of 602115 > 8000001 words of memory out of 8000000 > 38234 multiletter control sequences out of 10000+50000 > 75018 words of font info for 37 fonts, out of 2000000 for 2000 > 192 hyphenation exceptions out of 5000 > 36i,2n,31p,223b,477s stack positions out of > 5000i,500n,6000p,200000b,40000s > PDF statistics: > 0 PDF objects out of 300000 > 0 named destinations out of 131072 > 1 words of extra memory for PDF output out of 10000 > No pages of output. > > > > But in context.cnf I have: > main_memory.context =3D 2000000 > main_memory.mpost =3D 3000000 > main_memory.metafun =3D 3000000 > > Now, I added one 0 to all these params, thus decuplicating the values, > but nothing changes. > > ? > > Many thanks as usual for any hints > > Best > > -a- > > Andrea Valle > DAMS - Facolt=E0 di Scienze della Formazione > Universit=E0 degli Studi di Torino > http://www.semiotiche.it/andrea > andrea.valle@unito.it > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > Andrea Valle DAMS - Facolt=E0 di Scienze della Formazione Universit=E0 degli Studi di Torino http://www.semiotiche.it/andrea andrea.valle@unito.it