We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34867d commit 685dcb2Copy full SHA for 685dcb2
swap-performance/README.md
@@ -18,7 +18,7 @@ _____
18
LZO/4 offer the best performance and for swaps they are probably the defacto choice.
19
You maybe have text based low impact directories such a /var/log /var/cache where highly
20
effective text compressors, such as deflate(zlib) & zstd are used in preference of disk size
21
-and effective compression that can be up to 200% of what a LZ may achieve.
+and effective compression that can be up to 200% of what a LZ may achieve especially with text.
22
/tmp /run I am not so sure about incur any further load on what can be small blistering fast
23
ram mounted tmpfs as if memory gets short then zram swaps will provide.
24
That way your system is performance optimised and also memory optimised via zram swap,
0 commit comments