opensim-tools – Diff between revs 53 and 57

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 53 Rev 57
1 #ping = 172.31.14.1 1 #ping = 172.31.14.1
2 #ping = 172.26.1.255 2 #ping = 172.26.1.255
3 #interface = eth0 3 #interface = eth0
4 file = /var/log/messages 4 file = /var/log/messages
5 #change = 1407 5 #change = 1407
6   6  
7 # Uncomment to enable test. Setting one of these values to '0' disables it. 7 # Uncomment to enable test. Setting one of these values to '0' disables it.
8 # These values will hopefully never reboot your machine during normal use 8 # These values will hopefully never reboot your machine during normal use
9 # (if your machine is really hung, the loadavg will go much higher than 25) 9 # (if your machine is really hung, the loadavg will go much higher than 25)
10 max-load-1 = 24 10 max-load-1 = 25
11 max-load-5 = 18 11 max-load-5 = 20
12 max-load-15 = 12 12 max-load-15 = 18
13   13  
14 # Note that this is the number of pages! 14 # Note that this is the number of pages!
15 # To get the real size, check how large the pagesize is on your machine. 15 # To get the real size, check how large the pagesize is on your machine.
16 min-memory = 1 16 min-memory = 1
17   17  
18 #repair-binary = /usr/sbin/repair 18 #repair-binary = /usr/sbin/repair
19 #repair-timeout = 19 #repair-timeout =
20 #test-binary = 20 #test-binary =
21 #test-timeout = 21 #test-timeout =
22   22  
23 watchdog-device = /dev/watchdog 23 watchdog-device = /dev/watchdog
24   24  
25 # Defaults compiled into the binary 25 # Defaults compiled into the binary
26 #temperature-device = 26 #temperature-device =
27 #max-temperature = 120 27 #max-temperature = 120
28   28  
29 # Defaults compiled into the binary 29 # Defaults compiled into the binary
30 #admin = root 30 #admin = root
31 #interval = 1 31 #interval = 1
32 #logtick = 1 32 #logtick = 1
33 #log-dir = /var/log/watchdog 33 #log-dir = /var/log/watchdog
34   34  
35 # This greatly decreases the chance that watchdog won't be scheduled before 35 # This greatly decreases the chance that watchdog won't be scheduled before
36 # your machine is really loaded 36 # your machine is really loaded
37 realtime = yes 37 realtime = yes
38 priority = 1 38 priority = 1
39   39  
40 # Check if syslogd is still running by enabling the following line 40 # Check if syslogd is still running by enabling the following line
41 #pidfile = /var/run/syslogd.pid 41 #pidfile = /var/run/syslogd.pid
42   42  
43   43