buzzkillb Posted May 28, 2020 Report Share Posted May 28, 2020 With the release of the Raspberry Pi4 8gb version, and SSD booting, this could be still useful for anything below 8gb of ram. Git clone log2ram repo git clone https://github.com/azlux/log2ram.git go into folder and run install.sh cd log2ram sudo ./install.sh Modify the amount of ram to use. 40M is stock and another place says try 128M, up to you. sudo nano /etc/log2ram.conf Reboot the PI sudo reboot Check the log2ram changes were persistent. df -h That was an easy tweak. 1 Quote Link to comment Share on other sites More sharing options...
Ghost Posted May 28, 2020 Report Share Posted May 28, 2020 Cool, I'll try this soon. Awesome guide! 1 Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
Ghost Posted June 23, 2020 Report Share Posted June 23, 2020 Got it up and running, using 15M right off the bat lets hope this increases the longevity of the SD Cards You can also install it via their repo echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add - apt update apt install log2ram 1 Quote Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.