Re: CFEngine Help: Re: CFEngine Help: memory exhausted error

2012-10-12 Thread Mark Burgess
Following up on this finally On 06/08/12 20:41, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: Re: CFEngine Help: memory exhausted error > Author: passerby > Link to topic: https://cfengine.com/forum/read.php?3,26355,26914#msg-26914 > > You've been using

CFEngine Help: Re: CFEngine Help: memory exhausted error

2012-08-06 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: memory exhausted error Author: passerby Link to topic: https://cfengine.com/forum/read.php?3,26355,26914#msg-26914 You've been using right recursion in your bison rules. This uses up bison's stack of tokens if you're parsing long l

CFEngine Help: Re: CFEngine Help: memory exhausted error

2012-06-29 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: memory exhausted error Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,26355,26360#msg-26360 Yes, I've been using regline for long list class matching. As you say the performance difference is huge. Still, I worry

CFEngine Help: Re: CFEngine Help: memory exhausted error

2012-06-29 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: memory exhausted error Author: mark Link to topic: https://cfengine.com/forum/read.php?3,26355,26359#msg-26359 Unfortunately the alternative to bison is yacc, which is much worse. I don't really understand why bison runs out of memory on

CFEngine Help: Re: CFEngine Help: memory exhausted error

2012-06-29 Thread no-reply
Forum: CFEngine Help Subject: Re: CFEngine Help: memory exhausted error Author: neilhwatson Link to topic: https://cfengine.com/forum/read.php?3,26355,26358#msg-26358 I belive I've heard that Bison is generally to blame for poor list processing performance in Cfengine. If that is true, is

Re: CFEngine Help: memory exhausted error

2012-06-29 Thread Mark Burgess
I saw this error before from bison. Not sure how to get around it. M On 06/29/2012 12:40 PM, Nicolas Charles wrote: > On 28/06/2012 15:34, no-re...@cfengine.com wrote: >> Forum: CFEngine Help >> Subject: memory exhausted error >> Author: neilhwatson >> Link to topic: https://cfengine.com/forum/r

Re: CFEngine Help: memory exhausted error

2012-06-29 Thread Nicolas Charles
On 28/06/2012 15:34, no-re...@cfengine.com wrote: > Forum: CFEngine Help > Subject: memory exhausted error > Author: neilhwatson > Link to topic: https://cfengine.com/forum/read.php?3,26349,26349#msg-26349 > > I was trying to process a slist with 8000 items this morning. I got this > error. >