Posts

Showing posts with the label Crash Reporter

How to disable and enable the Crash Reporter on MacOS

The Crash Reporter can consume quite some system resources if one process is out of bounds. Here is how you can disable it. sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist To show the Crash Reporter again by entering the following at the command line: sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist