Originally posted by jockinator
View Post
Announcement
Collapse
No announcement yet.
Ubuntu 14.04 Finally Enables SSD TRIM By Default
Collapse
X
-
Originally posted by brent View PostIf you had read the Google+ post, you would know that they actually do this. The are aware of the fact that kernel managed trim has issues.
Supporting TRIM requires setting the discard mount option for using TRIM when deleting files as it's not enabled by default
I observe freeze on my work PC, when I build a whole Android tree, and then delete the "out/" folder (~30GB, ), but that's a known issue. Most blog posts I've seen on TRIM on Linux, choose fstrim over discard mount option.
Comment
-
Originally posted by jockinator View Postadding discard options to ext4 on SSD is not a good idea.
when removing a lot of small files (make clean ?), it can freeze a computer for 5-10min.
it's the case on my laptop (quad-core with 6G RAM), and a better method is to add fstrim to a crontab.
Comment
Comment