File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
- # Kernel swappiness. Using the value 1 in order to avoid swapping but avoid OOMs, since the servers should have plenty of memory.
3
+ # Using the value 1 in order to avoid swapping and OOMs, since servers should have plenty of memory.
4
4
kernel_swappiness : 1
5
5
6
6
# Open file limits.
7
7
limits_nofile_hard : 65536
8
8
limits_nofile_soft : 65536
9
9
10
- # NTP servers used in all servers to synchronize time.
10
+ # Configure which NTP servers are used to synchronize time.
11
11
ntp_server1 : ntp0.ox.ac.uk
12
12
ntp_server2 : ntp1.ox.ac.uk
13
13
ntp_server3 : ntp2.ox.ac.uk
@@ -16,5 +16,5 @@ ntp_server5: 0.uk.pool.ntp.org
16
16
ntp_server6 : 1.uk.pool.ntp.org
17
17
ntp_server7 : ntp.ubuntu.com # fallback
18
18
19
- # rsyslog
19
+ # Configure rsyslog polling.
20
20
rsyslog_polling_interval_secs : 10
You can’t perform that action at this time.
0 commit comments