pyrocms / lex

A lightweight template parser used by PyroCMS.
110 stars 31 forks source link

seem the size of the template file is limited ? #17

Closed icoco closed 9 years ago

RyanThompson commented 9 years ago

Shouldn't be - check your memory / fpm configuration perhaps?

icoco commented 9 years ago

thanks for reply, seem it should not be memory issue, the template file only about 600 lines, then while I use lex generate target file, it not works fine as normal, I have to split the file to two file, one is 300 lines another is 300 lines, then everything is fine , I am confuse with this case...

RyanThompson commented 9 years ago

@obrignoni do you have any input on this?

Sounds like a recursion issue or something. I honestly do not know.

icoco commented 9 years ago

yes... I face the issue, then I split the 'big' file as two files, then render it one by one, then conjunct two as single file.

icoco commented 9 years ago

I can send to u if you want see the file via other way, thanks.