https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222089
--- Comment #5 from Vick Khera <[email protected]> --- One more enhancement: According to GCE's disk performance page https://cloud.google.com/compute/docs/disks/performance they recommend enabling TRIM on the file system. I do not know how to make that happen with the release config file. I personally also enable journaling. These are accomplished post-install by booting to single user and running these commands, so this can also be retroactively corrected: tunefs -A -t enable / tunefs -A -j enable / -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
