this post was submitted on 11 Mar 2024
115 points (96.7% liked)

Linux

48179 readers
1195 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.

all 23 comments
sorted by: hot top controversial new old
[–] SuperIce 35 points 8 months ago (3 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.

[–] [email protected] 6 points 8 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.

[–] [email protected] 4 points 8 months ago* (last edited 8 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.

[–] [email protected] 2 points 8 months ago* (last edited 8 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.

[–] [email protected] 1 points 8 months ago

Yeah, messing around with this stuff is how you break firefox. SSDs are plenty fast and durable, and that's not even mentioning how the Linux page cache means that you're already technically running in ram anyways. This program will just break things.

[–] NegativeLookBehind 30 points 8 months ago (3 children)

Is there a specific package I can install to increase my RAM?

[–] [email protected] 40 points 8 months ago (3 children)

No I believe you have to download more RAM actually. But what would I know I'm just a proctologist.

[–] just_another_person 9 points 8 months ago (1 children)

No, this is wrong. I saw this documentary, 'Johmny Neumonic' I think, and it specifically showed a computer scientist increasing his storage and RAM through software, but you need a special device to plug in to do it. I'm sure Best Buy sells it.

[–] Crashumbc 2 points 8 months ago (2 children)

Yes! They also showed the amount of RAM was just a guideline and it's possible to "overfill" your RAM!

[–] [email protected] 2 points 8 months ago

As a proctologist I recommend against this.

[–] just_another_person 2 points 8 months ago (1 children)

No, you are also wrong and need to rewatch that documentary. Sheer will and determination will allow you to double your RAM.

[–] Wodge 1 points 8 months ago (1 children)

Also befriending a drugged up DARPA dolphin will be a massive boon too.

[–] just_another_person 0 points 8 months ago

No, you are also wrong.

[–] thantik 1 points 8 months ago

Is it normal for a proctologist to have both his hands on my shoulders when checking my prostate?

[–] [email protected] 9 points 8 months ago (1 children)

Have a look at https://wiki.archlinux.org/title/Zram - a compressed block device in RAM that can be formatted as swap. There are various tools to set it up, maybe your distro already includes one of them. And htop has a meter for it, so you can see how effective the compression is (besides its own zramctl tool).

[–] [email protected] 2 points 8 months ago

Nah i think the right way to do it is go to some site (you can Google some) and download some RAM. They even make the link flash so its easy to find. If you need more RAM just download some more

[–] [email protected] 16 points 8 months ago

Btw the private browsing mode is also RAM-only which is a hard requirement for the Tor browser ("no disk policy")

[–] [email protected] 16 points 8 months ago (2 children)

Finally, a way to use the loads of RAM I have other than Compiling and Blendering.
Well, I guess we also have RAM drives

[–] [email protected] 9 points 8 months ago (1 children)

Just reconfigured /etc/makepkg.conf to use extra cores and tmpfs.. I've been compiling on the SSD with one core for so long it's embarrassing.

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago)

While you're still in your makepkg.conf, don't forget to set march=native (and remove mtune) in your CFLAGS! (unless you're sharing your compiled packages with other systems)

[–] [email protected] 1 points 8 months ago

Mount .cache as tmpfs. Rarely needs a workaround for some offenders to XDG spec though.