this post was submitted on 11 Mar 2024
117 points (96.1% liked)

Linux

47561 readers
535 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Might be late to the party, but I just discovered you can do this. Super simple and easy to do.

After having a read of the linked page, I backed up and just used this option:

https://wiki.archlinux.org/title/Profile-sync-daemon

Installed, created config, and enabled service:

systemctl --user enable psd.service systemctl --user enable psd-resync.service

I definitely notice an increase in speed and less SSD usage should hopefully increase lifespan.

I'm sure there would be options for alternative distros, anything using Systemd should be able to use the daemon.

you are viewing a single comment's thread
view the rest of the comments
[–] SuperIce@lemmy.world 35 points 6 months ago (2 children)

I used to use this when I still had a hard drive, but this does nothing for performance if you're on an SSD and profile writes are so few with browsers that it doesn't significantly affect drive wear. In the end, all this does is make it more likely that something will break.

[–] lemonuri@lemmy.ml 6 points 6 months ago (1 children)

Are you implying the tabs backups are not written into the profile folder? Because think 10 - 20 GB a day is still something to be convened about. https://www.servethehome.com/firefox-is-eating-your-ssd-here-is-how-to-fix-it/

I have used Firefox in ram for a couple of months now without problems and am pretty happy with it.

[–] Valmond@lemmy.mindoki.com 4 points 6 months ago* (last edited 6 months ago)

Can someone back up my claim that 10-20GB writes per day is nothing for a modern SSD?

Edit: with a 256 TBW and a 20GB write/day it gives some 13.000 days so the lifespan of an SSD will largely be the limiting factor.

[–] MonkderZweite@feddit.ch 2 points 6 months ago* (last edited 6 months ago)

Wrong. Using inotify-wait (inotify-tools), you see that FF has a bunch of read and write access on every page load (mostly in /storage). This is with the about:config option to use RAM as cache enabled.

Every single webbrowser is one giant clusterfuck.