Results 86 comments of SignpostMarv

@pdehaan including the markdown repo as a source across all three versions definitely suggests it's either templating or data-related, rather than input-related, as all three versions can handle 7k of...

@pdehaan bit of a delay with further investigation; Have started converting the runtime-generated data to pre-baked data, it looks like having the 131k line json data file in-memory causes the...

@pdehaan have updated the test-case repo that fails on 1.0 with 9k entries (`node ./generate.js 9000`) but runs on 0.11 and 0.12 without issue.

> Thanks @SignpostMarv, I'll try fetching the ZIP file from [#2226 (comment)](https://github.com/11ty/eleventy/issues/2226#issuecomment-1059791740) and see if it will build on my laptop locally (disclaimer: it's a higher end M1 MacBook Pro,...

@pdehaan could you now grab [the supplementary data file from my test repo](https://github.com/SignpostMarv/11ty-eleventy-issue-2226/blob/01c427e4451dcb6e2b765ee17be257f76bd2b617/11ty/data/tcn.json) (or generate something similar) and see how much lower you have to drop the page count?

@zachleat tracking updates specific to the test repo here, rather than on new/open tickets: # 80000 - 0.12.1 (main branch) on https://github.com/SignpostMarv/11ty-eleventy-issue-2226/commit/ca8b5b4, fail w/ `FATAL ERROR: Ineffective mark-compacts near heap...

@zachleat was basing the test cases from your google spreadsheet, one assumes if it succeeds at 40k it'll succeed at the other sizes you found. p.s. I'm not sure if...

success @ 50k + 55k + 59k + 59.9k + 59.92k + 59.925k + 59.928k + 59.929k, too many open files @ 60k + 59.99k + 59.95k + 59.93k A...

> The official specs say that it needs to be a valid URL without defining the RFC. https://www.sitemaps.org/protocol.html#escaping > Please check to make sure that your URLs follow the RFC-3986...

> I understand you want this feature because you need to merge hundreds or thousands of "groups" of files, right? I'm not sure how many people need this feature but...