sysctl vm.max_map_count added (#54)

This commit is contained in:
amalgamm 2019-12-04 16:32:27 +03:00 committed by niku64
parent 84734bd731
commit 8c11f972c9

View File

@ -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) }}