I had an issue with a vendor product, then I had to run procdump to be able to narrow down the possible cause for this issue, now I need to disable it, is there any way to disable it without taking risks because it is on a critical server
Asked
Active
Viewed 3,690 times
1 Answers
9
Run Procdump -u to uninstall ProcDump. You see this when you run procdump -h:
-u Treat CPU usage relative to a single core (used with -c). As the only option, Uninstalls ProcDump as the postmortem debugger.
magicandre1981
- 99,606