Merge pull request #236 from olysonek/oracle-profile-update
oracle: Turn off NUMA balancing
This commit is contained in:
commit
98b654c4ff
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ net.core.rmem_max = 4194304
|
|||
net.core.wmem_default = 262144
|
||||
net.core.wmem_max = 1048576
|
||||
kernel.panic_on_oops = 1
|
||||
kernel.numa_balancing = 0
|
||||
|
||||
[vm]
|
||||
transparent_hugepages=never
|
||||
|
|
|
|||
Loading…
Reference in a new issue