From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87634 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Unable To Render Table With Over 3000 Rows Date: Fri, 30 May 2014 18:11:46 +0200 Message-ID: <5388ADC2.2050009@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1401466331 30713 80.91.229.3 (30 May 2014 16:12:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 May 2014 16:12:11 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri May 30 18:12:07 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WqPPY-0007a1-Me for gctc-ntg-context-518@m.gmane.org; Fri, 30 May 2014 18:12:04 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 187BA10226 for ; Fri, 30 May 2014 18:12:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6hHLI2rqGNx5 for ; Fri, 30 May 2014 18:12:04 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id CED2A10229 for ; Fri, 30 May 2014 18:11:59 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E472A101E3 for ; Fri, 30 May 2014 18:11:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id iNtnltEtl8HW for ; Fri, 30 May 2014 18:11:54 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 51BAB101E2 for ; Fri, 30 May 2014 18:11:48 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s4UGBlD1024061 for ; Fri, 30 May 2014 18:11:48 +0200 X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.103; Original-Received: from [10.100.1.103] (unverified [10.100.1.103]) by pragma-net.nl (SurgeMail 6.5a2) with ESMTP id 4435-1713362 for ; Fri, 30 May 2014 18:11:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 In-Reply-To: X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=Provincie Overijssel; city=Zwolle; latitude=52.5058; longitude=6.0858; http://maps.google.com/maps?q=52.5058,6.0858&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VM8gbMDD - 41f26e95b532 - 20140530 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:87634 Archived-At: On 5/28/2014 6:34 PM, Neal Lester wrote: > When I attempt to render a table with more than about 3000 rows I get the > following error. Searching the archives I found one message suggesting > that [save size] is hard coded and cannot be increased. > > The application is rendering business reports; they are relatively simple > documents but we definitely need more than 3000 rows. Is there a way to > configure context to render tables of this size? at some point you will hit other limitations you can jump the number by changing a line in the source code but as that is cumbersome I changed the beta a bit so that you can add this line in the texmfcnf.lua file in the directives section: ["luatex.savesize"] = "100000", (i now report the relevant values at the end of a context --make run as some need to be saved with the format due to startup relationships) I also set the value to 100K by default. Hans > Thanks, > > Neal Lester > > (C:/projects/context/tex/texmf-context/tex/context/base/cont-yes.mkiv > > ConTeXt ver: 2014.01.03 00:40 MKIV current fmt: 2014.5.28 int: > english/english > > system > 'cont-new.mkiv' loaded > (C:/projects/context/tex/texmf-context/tex/context/base/cont-new.mkiv) > system > files > jobname > 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', input > './temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47', result > 'temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47' > fonts > latin modern fonts are not preloaded > languages > language 'en' is active > (C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex{C:/projects/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map} > fonts > preloading latin modern fonts (second stage) > fonts > typescripts > unknown library 'loc' > {C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{C:/projects/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map} > fonts > 'fallback modern rm 12pt' is loaded > structure > sectioning > part @ level 1 : 1 -> > ! TeX capacity exceeded, sorry [save size=50000] > > system > tex > error on line 5025 in file > C:/projects/jinny/report_builder/temp-AF5678CF-250D-4CB8-8505-21D1DAA5FA47.tex: > TeX capacity exceeded, sorry [ ... > > 5015 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,992\eTD \eTR > 5016 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,993\eTD \eTR > 5017 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,994\eTD \eTR > 5018 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,995\eTD \eTR > 5019 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,996\eTD \eTR > 5020 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,997\eTD \eTR > 5021 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,998\eTD \eTR > 5022 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 4,999\eTD \eTR > 5023 \bTR \bTD This is an arbitrary label\eTD > \bTD[nc=1,align=flushright] 5,000\eTD \eTR > 5024 \eTABLEbody > 5025 >> \eTABLE > 5026 \stoptext > 5027 > > If you really absolutely need more capacity, > you can ask a wizard to enlarge me. > > ! ==> Fatal error occurred, no output PDF file produced! > > > > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : http://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ > -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________