Question:
Solution: You may get another values. Check your question and apply according to your question.
Login to storage server at first
ssh natasha@ststor01
Then type this command
vi /etc/security/limits.conf
Type i for insert mode in editor and add the following lines
nfsuser soft nproc 75
nfsuser hard nproc 94
Now press ESC button and write :wq! to exit editor
Finally check the limits by typing this command
cat /etc/security/limits.conf | grep nproc | grep -v ^#
0 comments:
Post a Comment