Can I run a program with limited resources?
I'm using JetBrains Rider on Linux Mint. I wrote a program that took too much resources so my computer freezed. Is it possible to modify the run command of the IDE to support bash scripts like ulimit and timeout to avoid freezing problems? Or is there some other alternative to run program with limited resources?
Please sign in to leave a comment.
First, please make sure you leave enough space to match Rider system requirements.
You can start Rider with customized JVM options, as mentioned in this documentation.