I am using SuSE Linux and have reached my array limit for semaphores. I did the ipcs -u to see what I am using and ipcs -l to show my limits. I tried the ipcs -s to see what all arrays are being used and it is showing this
------ Semaphore Arrays --------
key semid owner perms nsems
0x00000000 360448 nobody 600 1
0x00000000 3997697 nobody 600 1
0x00000000 4030466 nobody 600 1
My question is how do I know what semid is belonging to what process that is running on my machine that I can safely destroy to get some of my arrays back?
------ Semaphore Arrays --------
key semid owner perms nsems
0x00000000 360448 nobody 600 1
0x00000000 3997697 nobody 600 1
0x00000000 4030466 nobody 600 1
My question is how do I know what semid is belonging to what process that is running on my machine that I can safely destroy to get some of my arrays back?