mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
Update log2ram.conf
Set a bigger default for ramlog size and add a note that tmpfs is not allocating unused space
This commit is contained in:
parent
fe281aaaf9
commit
bd960d06db
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user