If you have too many high memory processes running, your machine probably won't like it. You can set the maximum CPU time per user in
This gives every user 80 minutes of cpu time. You can check with:
If a user needs more cpu (and is aware of that), he can increase it to up to two days but not more than that.
Be careful, ulimit specifies cpu time in seconds, limits.conf in minutes.
This gives every user 80 minutes of cpu time. You can check with:
If a user needs more cpu (and is aware of that), he can increase it to up to two days but not more than that.
Be careful, ulimit specifies cpu time in seconds, limits.conf in minutes.
Comments
Post a Comment