Uncommented SSD config

This commit is contained in:
Nathaniel Landau
2016-02-08 11:35:47 -05:00
parent ae03b9b81b
commit 321b0e3bb3

View File

@@ -794,12 +794,12 @@ header "Running SSD Specific OSX Tweaks"
seek_confirmation "Confirm that you have an SSD Hard Drive and want to disable sudden motion sensor."
if is_confirmed; then
# success "Remove the sleep image file to save disk space"
# sudo rm /Private/var/vm/sleepimage
# success "Create a zero-byte file instead…"
# sudo touch /Private/var/vm/sleepimage
# success "…and make sure it cant be rewritten"
# sudo chflags uchg /Private/var/vm/sleepimage
success "Remove the sleep image file to save disk space"
sudo rm /Private/var/vm/sleepimage
success "Create a zero-byte file instead…"
sudo touch /Private/var/vm/sleepimage
success "…and make sure it cant be rewritten"
sudo chflags uchg /Private/var/vm/sleepimage
success "Disable the sudden motion sensor as its not useful for SSDs"
sudo pmset -a sms 0