|
|
@@ -5,7 +5,8 @@ |
|
|
|
# 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=40M |
|
|
|
# Note that tmpfs doesn't reserve this memory, but allocates only the needed memory. |
|
|
|
SIZE=100M |
|
|
|
|
|
|
|
# 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. |
|
|
|