VM swappiness not on real machines

This commit is contained in:
The Ghost of FOSS' Past 2024-10-30 16:29:19 -05:00
parent 03acc461ab
commit 63011e657d

View file

@ -47,7 +47,6 @@ defaults write com.apple.Accessibility ReduceMotionEnabled -int 1
defaults write com.apple.universalaccess reduceMotion -int 1 defaults write com.apple.universalaccess reduceMotion -int 1
defaults write com.apple.universalaccess reduceTransparency -int 1 defaults write com.apple.universalaccess reduceTransparency -int 1
sudo pmset -a hibernatemode 0 sudo pmset -a hibernatemode 0
sudo sysctl vm.swappiness=10
sudo pmset -a lidwake 1 sudo pmset -a lidwake 1
defaults write com.apple.finder DisableAllAnimations -bool true defaults write com.apple.finder DisableAllAnimations -bool true