1
0
Fork 0

Merge pull request #236 from olysonek/oracle-profile-update

oracle: Turn off NUMA balancing
This commit is contained in:
Jaroslav Škarvada 2019-12-12 17:48:05 +01:00 committed by GitHub
commit 98b654c4ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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