Have you many defunct processes? ps -ef | grep defunct. These may be tying up resources. If you have, you may need to reboot the box to get rid of them. Is this a recurring problem?
It is self-descripting, telling you everything you need to know. There are too many processes running so it cannot fork another process.
Unless you can identify what is using so many processes and find a way to kill them (given that you cannot fork a new process,) otherwise, you will have to reboot.
When the number of free paging-space blocks falls below a threshold known as the paging-space warning level, the system informs all processes except kproc, of this condition by sending the SIGDANGER signal.
There are a number of messages that you could see from this condition, with the above warning being one of them.
We experienced this problem last week. AIX support told us to up the number of processes allowed per user to 5000. It was set at 999 when the "fork" error occured and our processes were up to 3683 (ps -ef | wc -l). When we looked at our processes (ps aux) we saw several defunct zombied ones, too many to kill by hand so we had to reboot that night. We have been having paging space problems for a while and thought this might help us find what's happening. Now our paging space is climbing about 9%-13% a night and no defunct processes are showing. Anyone have any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.