| 99 |
|
# (comment or set to 0 to disable) |
| 100 |
|
Filter.EnforceHostAuth=1 |
| 101 |
|
|
| 102 |
+ |
# Length of keys to use in authentication |
| 103 |
+ |
Filter.KeyLength=15 |
| 104 |
|
|
| 105 |
|
|
| 106 |
+ |
|
| 107 |
|
############################################################ |
| 108 |
|
#### Root filter interfaces configuration |
| 109 |
|
############################################################ |
| 197 |
|
# Memory monitor threshold values |
| 198 |
|
Monitor.Memory.threshold.LOWER=80 |
| 199 |
|
Monitor.Memory.threshold.UPPER=90 |
| 200 |
+ |
# Whether to include 'cache' in the 'free' value |
| 201 |
+ |
# (1 is true, anything else is false) |
| 202 |
+ |
Monitor.Memory.useCacheAsFree=1 |
| 203 |
|
|
| 204 |
|
|
| 205 |
|
# Swap monitor threshold values |