mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
system: default to vm.numa.disabled=1
NUMA has performance drawbacks and seems incomplete too. We're going to assess impact hereby on the general approach, but from early testing this increases network throughput considerably in some scenarios.
This commit is contained in:
parent
c296ddeaaa
commit
ce81a38831
@ -128,6 +128,7 @@ function system_sysctl_defaults()
|
||||
'vfs.read_max' => [ 'default' => '32' ],
|
||||
'vfs.zfs.dirty_data_sync_percent' => [ 'default' => '5', 'required' => true ],
|
||||
'vfs.zfs.txg.timeout' => [ 'default' => '90', 'required' => true ],
|
||||
'vm.numa.disabled' => [ 'default' => '1', 'required' => true ],
|
||||
'vm.pmap.pti' => [ 'default' => '1' ],
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user