File system will have some effect, but I wouldn't worry too much.There are some recommended optimizations in Linux for save writes on the SSD and extend the lifespan?
Rather defeats the point in having swap...I believe you can move your swap to ram.
It is the second PC on my signature. Currently it have a kit of 8 GB but I am replacing it soon with a better speed and latencies 16 GB kit (I opened another thread for that). I set a 17-18 GB swap partition.How much system ram do you have? If you have enough ram where the operating system is happy, you dont have to worry much about ssd life. Most of the folks who make the more modern linux distro's are doing a good job of maintaining ssd life span potential.
Thanks I will look on other filesystems like the ones you mentioned if I need to do a fresh install again. I am a bit biased towards ext4 because I have been using it for a lot of time and despite system crashes or energy shutdowns years ago never lost personal data in ext4 partitions.File system will have some effect, but I wouldn't worry too much.
I normally just leave stuff alone, but if I know I'll be writing endless logs, I'll move them to RAM (care, lost on reboot/crash) or if truly desperate a mechanical disk.
There are various flags you can set to reduce metadata writes such as noatime, nodiratime etc... but I once caught someone doing something they shouldn't at a previous job by checking access time of files, so don't like turning it off.
F2FS (flash friendly file system) might be worth looking at if you're really worried.
I usually run ext4, but I've recently been investigating ZFS, which, if you've got enough RAM, is great.
I've never had an SSD die from exceeding writes, even QLC (and I've got some QLC drives at work which get hammered...)
Rather defeats the point in having swap...![]()
For the record, I usually run ext4 on root, and while I previously ran ext4 on everything else as well, I am shifting toward using ZFS on my SSD RAID and HDD RAID arrays, simply because it's easier (ZFS is super easy to set up and manage, don't even need to format the disks, (software) RAID arrays can be assembled and managed super quickly as well).Thanks I will look on other filesystems like the ones you mentioned if I need to do a fresh install again. I am a bit biased towards ext4 because I have been using it for a lot of time and despite system crashes or energy shutdowns years ago never lost personal data in ext4 partitions.
nvme_core.default_ps_max_latency_us=0"