From d9c8f1f23c6904427fb5456e48d3cb49c5f8b358 Mon Sep 17 00:00:00 2001 From: Stevie Card Date: Mon, 4 Mar 2024 02:36:33 -0500 Subject: [PATCH] zram note --- note/zram.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 note/zram.txt diff --git a/note/zram.txt b/note/zram.txt new file mode 100644 index 0000000..915e477 --- /dev/null +++ b/note/zram.txt @@ -0,0 +1,7 @@ +For using zram I would use: +apt install zram-tools zstd + +and configure: +/etc/default/zramswap + +with zstd algorithm and whatever percent of RAM to use