bundlewrap/bundles/sysctl/metadata.py

8 lines
109 B
Python
Raw Normal View History

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