bundlewrap/bundles/sysctl/metadata.py

7 lines
109 B
Python

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