Skip to content

Commit 685dcb2

Browse files
Update README.md
1 parent b34867d commit 685dcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swap-performance/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _____
1818
LZO/4 offer the best performance and for swaps they are probably the defacto choice.
1919
You maybe have text based low impact directories such a /var/log /var/cache where highly
2020
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.
21+
and effective compression that can be up to 200% of what a LZ may achieve especially with text.
2222
/tmp /run I am not so sure about incur any further load on what can be small blistering fast
2323
ram mounted tmpfs as if memory gets short then zram swaps will provide.
2424
That way your system is performance optimised and also memory optimised via zram swap,

0 commit comments

Comments
 (0)