Major issues with Wildfire

supposing it happens again I will try it on different process ID’'s. What I was doing was running top and then killing the process ID that was at 99%. It would only close out with signal 15 or signal 9.

Hey jared,

Top can be reporting another process id than the one the server is using. You may want to execute “ps -fea | grep java” to get the real process id and use that info for the kill -3.

Hope that helps.

Regards,

– Gato

Hi Gato,

it seems that you did read some of my posts about the JVM

LG