bundlewrap/bundles/sysctl/metadata.py
Franzi 7cfe080e6f
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
bundles/sshmon: add check_pypi_for_new_release
2021-12-25 11:40:23 +01:00

8 lines
109 B
Python

defaults = {
'sysctl': {
'options': {
'vm.overcommit_memory': 1,
},
},
}