Skip to content

Instantly share code, notes, and snippets.

@beaudierman
Created December 2, 2013 15:58
Show Gist options
  • Save beaudierman/7751701 to your computer and use it in GitHub Desktop.
Save beaudierman/7751701 to your computer and use it in GitHub Desktop.
Fix OS X Mavericks(10.9) Lag Issues
sudo defaults write /System/Library/LaunchDaemons/com.apple.coreservices.appleevents ExitTimeOut -int 1
sudo defaults write /System/Library/LaunchDaemons/com.apple.securityd ExitTimeOut -int 1
sudo defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ExitTimeOut -int 1
sudo defaults write /System/Library/LaunchDaemons/com.apple.diskarbitrationd ExitTimeOut -int 1
sudo defaults write /System/Library/LaunchAgents/com.apple.coreservices.appleid.authentication ExitTimeOut -int 1
sudo defaults write com.apple.Finder NSAppSleepDisabled -bool YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment