I am using Next.js's Static HTML Export for my site which have 10 million static pages but I am running into ram issues when building the app.
Is it even possible to export it in parts like 100k pages on first build then 100k on second build?
I do not want to use Incremental Static Regeneration or getServerSideProps to cut costs.