Question
SSD optimiztions in a Custom Image Droplet
I have created a Custom Image Droplet based on Debian stable.
1.- Do I have to care about SSD optimizations or the VM does all that? Should I follow https://wiki.debian.org/SSDOptimization#Mounting_SSD_filesystems ??
2.- What are the recommended mount parameters for /dev/vda?
3.- As it is suppossed to be an SSD, should I set the ‘discard’ option (TRIM)?
4.- What about a 'Low-Latency IO-Scheduler’? Should I set a 'deadline’ as scheduler?
Thanks.