Merge "Removes vm.swappiness and vfs_cache_pressure"

This commit is contained in:
Zuul 2018-07-17 14:59:28 +00:00 committed by Gerrit Code Review
commit db064478b0
1 changed files with 1 additions and 2 deletions

View File

@ -232,8 +232,7 @@ options:
sysctl:
type: string
default: '{ kernel.pid_max : 2097152, vm.max_map_count : 524288,
kernel.threads-max: 2097152, vm.vfs_cache_pressure: 1,
vm.swappiness: 1 }'
kernel.threads-max: 2097152 }'
description: |
YAML-formatted associative array of sysctl key/value pairs to be set
persistently. By default we set pid_max, max_map_count and