log2ram
zram-init
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
log2ram
-
Follow-up on the earlier "Why Proxmox VE shreds your SSDs" – with details
But stuff like /var/lib/pve-firewall and /var/lib/rrdcached was still written to every second.
I played around with mount options like commit=n
It kind of helped to use log2ram:
https://github.com/azlux/log2ram
but it sure didn't eliminate the problem.
I think with a little effort from the proxmox guys, They could gather a lot of low-hanging fruit.
-
Raspberry Pi 5
Reducing logging, logging to ram and writing to the sdcard once a day helps longevity a lot, especially with quality sd cards.
99% of the time it's the verbose logging of application servers that is the culprit of sdcard failures.
https://github.com/azlux/log2ram
- Pihole Regular Maintenance and Performance
- Using old MicroSD on RPi for PiHole, any issues?
-
Interesting M.2 devices for the HomeLabs
I always use this: https://github.com/azlux/log2ram
-
My remote Pi for my ADSB is going bad
If you've got other issues then it's quite likely that lots of small writes from logging and similar has worn out the SD card, mounting the SD card as read only or installing log2ram could prevent it happening to another SD card.
-
EsPiFF: An ESP32 in the Raspberry Pi form factor
> writing permanent its log files and swap partition
If this is the problem, the solutions are no swap and log2ram https://github.com/azlux/log2ram
I also noticed that Armbian logs to a ramdisk. I didn't investigate the implementation and if its contents survive a reboot.
The only real problems for me are that the SD card will eventually fail no matter what (I mean, much sooner than a SDD or HDD) and that there are basically no Pis at sale at a reasonable price. As a platform it is nearly dead.
-
Can My I5 2300(12GB RAM) Server Handle This Workload
For Pi-hole, I have an Rpi Zero with $10 Usb-to-Ethernet adapter, SD-card barely written (with Log2Ram) to avoid wear. Running about 3 years now almost unattended (besides security updates).
-
I finally found an use case for my Raspberry Pi Model B+
In addition to the other helpful suggestions you’ve received, look into using Log2Ram. It does what it sounds like, puts log writes in ram and then writes them to disk on a slower cadence that doesn’t work your SD card that much.
https://github.com/azlux/log2ram
-
Reduce disk writes for Ubuntu, save your USB stick
Log files are a bit trickier. I want these to stick around between reboots, so just storing them on a ramdisk wouldn't really work. Thankfully, log2ram solves this problem. Written primarily for Raspberry Pi machines, it works fine on x86-64 laptops. This stores /var/log in RAM but will sync the contents to disk from time to time, ideal for our needs.
zram-init
-
What are some things that could mount swap that isn't /etc/fstab?
I found a github issue here that seemed to explain things.
-
Why does compiling packages in zram work, but not the Linux kernel?
Also, sys-block/zram-init::gentoo Scripts to support compressed swap devices or ramdisks with zRAM (https://github.com/vaeth/zram-init/)
-
Does Gentoo support zswap (openrc) as seen on fedora 33? I cannot find any explicit guidance in the handbook. I’m looking for disk backed zsawp not swap in zram. Is this only achievable with systemd?
IIRC zswap is zram used for swap, so as long as your kernel has zram support, you can use zswap. You can use zram with zramctl from util-linux. However, there is also the sys-block/zram-init package: it's a wrapper around zramctl which offers an openrc script to automatically create zram devices at boot. It also provides configuration for zswap. Configuration is in /etc/conf.d/zram-init.
What are some alternatives?
folder2ram - mount those folders to ram without losing access to their counterpart on disk!
ramroot - Load root file system to ram during boot.
docker-pi-hole - Pi-hole in a docker container
hmg - Personal Gentoo/Linux configurations
PiShrink - Make your pi images smaller!
init - KISS Linux - Init Framework