Originally posted by: ragh
We are running weblogic product tests on AIX boxes. While running tests at some point test is going to hung mode and after that if user type any command its giving error "fork: Not enough space". Its clear that issue is with memory and we use to hard reboot the machine to resolve this problem. With respect to this problem I have couple of questions.
1. At this type of situation even root user can't execute any commands at console, is there any way we can set some limit to user process,? at least it should allow root user to run the command.
Note: when I run "ulimit -Ha" command ( on two servers I am getting below o/p for "max user processes")
max user processes (-u) 262144 ---( On one server)
max user processes (-u) 128 --- ( On another server)
So I am not getting meaning of these two because our test goes to hung mode on both server approx at same point.