Dear all,

It appears I'm hitting some kind of limit in yacc stuff (on 1.6.3-1+trusty+1):

        router# bird -c rpki-match-roa-ipv4.conf  -p
        bird: rpki-match-roa-ipv4.conf, line 4998: memory exhausted

The error message is generated by generated code:

        $ grep -r 'memory exhausted' *
        Binary file bird matches
        obj/conf/cf-parse.tab.c:        yyoverflow (YY_("memory exhausted"),
        obj/conf/cf-parse.tab.c:  yyerror (YY_("memory exhausted"));
        Binary file obj/conf/all.o matches
        Binary file obj/conf/cf-parse.tab.o matches

The config file can be found here: 
http://instituut.net/~job/rpki-match-roa-ipv4.conf.txt

Any ideas how to increase the memory available to things on the stack?

Kind regards,

Job

Reply via email to