mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] Disable App Nap System Wide (#3765)
This commit is contained in:
committed by
GitHub
parent
a2b7ff271c
commit
f7158e2805
@@ -15,6 +15,9 @@ sudo /usr/sbin/DevToolsSecurity --enable
|
|||||||
sudo pmset hibernatemode 0
|
sudo pmset hibernatemode 0
|
||||||
sudo rm -f /var/vm/sleepimage
|
sudo rm -f /var/vm/sleepimage
|
||||||
|
|
||||||
|
# Disable App Nap System Wide
|
||||||
|
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
|
||||||
|
|
||||||
# Change screen resolution to the maximum supported for 4Mb video memory
|
# Change screen resolution to the maximum supported for 4Mb video memory
|
||||||
sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
|
sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user