Hey @fool! I saw the archive notice on the repository, but wasn’t sure if it was still the best way to go about profiling resource utilization, since this post mentioned it: [Support Guide] Making sure your builds use appropriate resources for Netlify's build system.
Are there any suggestions for monitoring resource utilization? There seems to be a debug
flag for the build
command, but I don’t see any other options for monitoring. I know the Gatsby article mentions using the process-top
package, but I haven’t had much luck completing a build with it when using NextJS.
Thank you for the help!