mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
sysctl vm.max_map_count added (#54)
This commit is contained in:
parent
84734bd731
commit
8c11f972c9
@ -30,3 +30,7 @@ vm.min_free_kbytes:
|
||||
- config: '/etc/sysctl.d/vm.conf'
|
||||
- value: {{ vm.get('min_free_kbytes', 131072) }}
|
||||
|
||||
vm.max_map_count:
|
||||
sysctl.present:
|
||||
- config: /etc/sysctl.d/vm.conf
|
||||
- value: {{ vm.get('max_map_count', 262144) }}
|
||||
|
Loading…
Reference in New Issue
Block a user