bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
bash: fork: retry: Resource temporarily unavailable
So you need to increase it. Here is the way...
Login as root. Go to "limits.conf" file.
> vi /etc/security/limits.conf
Set a higher number of "nproc" value.
Add these two lines.
user soft nproc 65550 user hard nproc 65555
No comments:
Post a Comment