|
|
@@ -5,7 +5,7 @@ |
|
|
|
# If it's not enough, log2ram will not be able to use ram. Check you /var/log size folder. |
|
|
|
# The default is 40M and is basically enough for a lot of applications. |
|
|
|
# You will need to increase it if you have a server and a lot of log for example. |
|
|
|
SIZE=20M |
|
|
|
SIZE=40M |
|
|
|
|
|
|
|
# This variable can be set to true if you prefer "rsync" rather than "cp". |
|
|
|
# I use the command cp -u and rsync -X, so I don't copy the all folder every time for optimization. |
|
|
@@ -19,7 +19,7 @@ MAIL=true |
|
|
|
# **************** Zram backing conf ************************************************* |
|
|
|
|
|
|
|
# ZL2R Zram Log 2 Ram enables a zram drive when ZL2R=true ZL2R=false is mem only tmpfs |
|
|
|
ZL2R=true |
|
|
|
ZL2R=false |
|
|
|
# COMP_ALG this is any compression algorithm listed in /proc/crypto |
|
|
|
# lz4 is fastest with lightest load but deflate (zlib) and Zstandard (zstd) give far better compression ratios |
|
|
|
# lzo is very close to lz4 and may with some binaries have better optimisation |
|
|
|