Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Is there a way to limit the maximum amount of processes a user can make permanently? IE not getrlimit/setrlimit because, like you said, those effect descendants of the process. I basically just want to make an interface for the root user to manage this. Commented May 5, 2020 at 2:01
  • @Connor Setting resource limits persistently (not "permanently", there is no such thing) is a completely different question that you may want to ask separately. Commented May 5, 2020 at 6:55