su command fails with resource temporarily unavailable
su command fails with resource temporarily unavailable
SYMPTOMS
~]# su - grid |
CAUSE
The maximum number of user processes exceeded the limit.
~]# ps h -Led -o user | sort | uniq -c | grep grid |
SOLUTION
Increase the nproc values in /etc/security/limits.d/97-oracle-database-11g-limits.conf.
~]# cat >>/etc/security/limits.d/97-oracle-database-11g-limits.conf <<EOF |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.