Elliott
Elliott

Reputation: 5609

Java process pegging CPU at 100%

We have an application which is running normally in a variety environments. However, at one client site when the application invokes a child process (in this case CODEFIND.EXF - please see enclosed displayed) it pegs the processor at 100%. I need help in interpreting the display. Although the display seems to indicate that the parent process is consuming all the resources, could it in fact be due to the child process that the parent process invoked? How could I tell this?

Thank you,

Elliott enter image description here

Upvotes: 2

Views: 1199

Answers (1)

David Heffernan
David Heffernan

Reputation: 613461

The display indicates that the culprit is java.exe. That indication is correct. The child process is not consuming CPU.

Upvotes: 2

Related Questions