Sorry for bumping old thread.
The only thing I would think about doing is enabling TRIM. That said, the consensus on whether it is a good idea or not on the M4 remains up in the air. Crucial says that the built-in optimizing firmware cleans garbage when the disk is mostly idle and that TRIM is not needed. Some other people have reported that their M4's have slowed down after 6 months and that enabling TRIM has fixed this. Some others have reported issues with TRIM and so the decision to enable it should not be taken lightly. You may want to benchmark your disk to see if it is performing as it did when it was new.
The only thing I would think about doing is enabling TRIM. That said, the consensus on whether it is a good idea or not on the M4 remains up in the air. Crucial says that the built-in optimizing firmware cleans garbage when the disk is mostly idle and that TRIM is not needed. Some other people have reported that their M4's have slowed down after 6 months and that enabling TRIM has fixed this. Some others have reported issues with TRIM and so the decision to enable it should not be taken lightly. You may want to benchmark your disk to see if it is performing as it did when it was new.
The issue with Trim is more than just enabling it to solve problems. Its got more to do with the user's usage after doing some research.http://www.anandtech.com/show/4253/the-crucial-m4-micron-c400-ssd-review/2
Here's the difference in performance between TRIM on and off on Windows.
It's gigantic! Crucial's garbage cleaning isn't the best.
If I were you, I'd enable TRIM, even if the computer gets riddled with bugs.
http://www.anandtech.com/show/4253/the-crucial-m4-micron-c400-ssd-review/2
Here's the difference in performance between TRIM on and off on Windows.
It's gigantic! Crucial's garbage cleaning isn't the best.
If I were you, I'd enable TRIM, even if the computer gets riddled with bugs.
The issue with Trim is more than just enabling it to solve problems. Its got more to do with the user's usage after doing some research.
The main thing with the M4 is it employs what is known as idle time garbage collection, in other words, it does its cleaning when it isn't doing anything. SF based drives use what is called active garbage collection which means it does its cleaning when its called for. Why I say enabling Trim is dependent on the usage of the drive is because if you use the SSD mainly for booting/loading programs, there won't be much writing to be done to the drive, write activity is low on the drive meaning it will be idle most of the time and the M4 can clean its own garbage. However if you use the M4 to store your documents, download stuff, etc... there is a lot of writing and the drive won't be on idle as much as it should, and therefore Trim will be better in this instance.
So as far as enabling Trim is concerned, look at your usage before deciding.
TRIM is unnecessary for users who do typical word processing, email, browsing, and other light usage. On the other end of the scale, if you are using the drive for heavy media editing (as your main "current work" drive), TRIM will more than likely be beneficial.
Even though you opened this thread ages ago, the tweaks I've done are disable the Sudden Motion Sensor, turned off drive sleep, and turned off drive saving when sleeping the system (completely unnecessary with Lion to be honest, merely added convenience).
Sudden motion sensor is designed to save a HDD from a fall/shock by actually stopping the drive's motion if it senses an incoming impact, right? Therefore, it really won't do much on a SSD would it? How do we disable this?
sudo pmset -a sms 0
sudo pmset -g
Yep, pretty much exactly that, and is of course completely unnecessary for the SSD.
to disable.Code:sudo pmset -a sms 0
to check if the setting has stuck.Code:sudo pmset -g
Don't worry, ignore those warnings, they come up whenever you change pmset settings.