Hey there folks, is there any way we could cap the limit on the amount of memory the dev server process could take in MacOS?
Currently it sometimes takes over 12gbs after around 30mins of initial startup, makes the whole system slow, the next.js dev server has decent performance but then compromises on the entire performance of the system.
I'm running this project, and I've tried --turbo for running it using Turbopack, but for some reason our project doesn't start up in that case and doesn't load at all...