NuxtContent with 10k+ pages has Fatal Error with Netlify/Nitro
Hi everyone, just wondering if anyone has had issues with NuxtContent with a lot of markdown files.
We've got a barebones clean install with a sample of 10,000+ markdown files with only the content module. It works fine locally, but get a deployment failure with Netlify between the 10k ~ 15k mark. We've followed the instructions to increase memory using
NODE_OPTIONS
but not reached a reliable solution. Is it just not able to handle this volume of content or is there a gotcha we're just not aware of?
2 Replies
Thanks @L422Y. it's not the enterprise plan (netlify). yes it works to a point, then same issue again. I haven't found another solution other than increasing the node memory
@gazmancooldude did you try using the
sharedPrerenderData
option?