I had a terminal running, so I tried to see what was going on there and as soon as I tried to use 'ps aux' it said:
-bash: fork: Resource temporarily unavailableI found a solution here. Basically the limit of processes for the kernel was reached and needed to be increased.
sudo sysctl -w kern.maxprocperuid=256That unlocked the system so I could fire up Activity Monitor and find the culprit. An app went crazy and started to generate lots of processes which locked up my system. Once that app was gone, I didn't have any more issues.
No comments:
Post a Comment