On our Storage server in Stratos Datacenter we are having some issues where nfsuser user is holding hundred of processes, which is degrading the performance of the server. Therefore, we have a requirement to limit its maximum processes. Please set its maximum process limits as below:
a. soft limit = 79
b. hard_limit = 100
Sample Answer:
#login to server
ssh <user>@<server>
# switch to root user
sudo su
# navigate to below location
cd /etc/security/
Note: **The Question copied it for learning purposes.** Commands are correct but based on your question the server, user name, and other details might differ, so please do check.
No comments:
Post a Comment