16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 09 Sep 2026
16 points (94.4% liked)
linux4noobs
4402 readers
1 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 3 years ago
MODERATORS
I keep hearing this however I am using SSD for 5 year with swap enabled. it didnt make any diffrence. does it make it slow?
SSDs have a limited number of reads and writes. Once a unit of memory in the SSD reaches that limit, it is essentially burnt out and it can't be used again.
SSDs hide this burn out in two ways:
Have a little bit extra memory, so when a write fails it can be silently written to another unit instead, and the end user doesn't see the size of the drive go down.
Don't store data in the same place, spread data around evenly so the wear is spread around.
The problem is after a certain point, all the memory units are at the edge of burning out and the drive fails irrevocably.
Luckily, most of us aren't filling and emptying our entire drive over and over again (and in doing so wearing out the drive), so most of us won't run into this issue.
But using part of an SSD is really bad for the drive since RAM tends to be accessed and written to much more frequently which wears out the SSD.
We're seeing increased failure rates now in the M series macbooks since they use "unifed memory" (they put both RAM and VRAM in the same storage without increasing overall capacity) and needed to use their own SSDs as swap disks when they ran out of RAM/VRAM.
Uhh aside from the 15" and 16" models with dedicated graphics, Macs have had unified memory for a looking time now. As have all computers without dedicated graphics.
Out of curiosity, are your users running a ton of local LLMs? Because overall failure rates of the SSDs aren't high at all so I'm suspecting the users you support are doing something different
The Neo might turn out to have issues here because it only has 8 gigs of RAM which is no longer a thing with Airs, but that remains to be seen.