7 lines
109 B
Python
7 lines
109 B
Python
defaults = {
|
|
'sysctl': {
|
|
'options': {
|
|
'vm.overcommit_memory': 1,
|
|
},
|
|
},
|
|
}
|