I suggest implementing a memory limit feature or an alternative method to avoid loading full content into RAM. My machine has 16GB of RAM, but it consistently crashes due to memory exhaustion when running large projects. Is there a way to optimize this behavior or stream data instead of storing it all in memory?
I suggest implementing a memory limit feature or an alternative method to avoid loading full content into RAM. My machine has 16GB of RAM, but it consistently crashes due to memory exhaustion when running large projects. Is there a way to optimize this behavior or stream data instead of storing it all in memory?