mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Be a little more modest on space allocation.
This commit is contained in:
parent
a7fcb83217
commit
5e6ffad2df
10
etc/rc
10
etc/rc
@ -82,11 +82,11 @@ rm -rf /tmp/*
|
||||
|
||||
# generate circular logfiles
|
||||
if [ ! "$PLATFORM" = "cdrom" ]; then
|
||||
clog -i -s 1000 /var/log/system.log
|
||||
clog -i -s 1000 /var/log/filter.log
|
||||
clog -i -s 1000 /var/log/dhcpd.log
|
||||
clog -i -s 1000 /var/log/vpn.log
|
||||
clog -i -s 1000 /var/log/portalauth.log
|
||||
clog -i -s 10000 /var/log/system.log
|
||||
clog -i -s 10000 /var/log/filter.log
|
||||
clog -i -s 10000 /var/log/dhcpd.log
|
||||
clog -i -s 10000 /var/log/vpn.log
|
||||
clog -i -s 10000 /var/log/portalauth.log
|
||||
else
|
||||
clog -i -s 262144 /var/log/system.log
|
||||
clog -i -s 262144 /var/log/filter.log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user