Quellcode durchsuchen

Update log2ram.conf

Set a bigger default for ramlog size and add a note that tmpfs is not allocating unused space
pull/94/head
MegaV0lt vor 5 Jahren
committed by GitHub
Ursprung
Commit
bd960d06db
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      log2ram.conf

+ 2
- 1
log2ram.conf Datei anzeigen

@@ -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.


Laden…
Abbrechen
Speichern