Merge pull request #620 from yarda/sap-netweaver-vm-max-map-count-fix
sap-netweaver: increased vm.max_map_count
This commit is contained in:
commit
c14e156e63
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ include=throughput-performance
|
|||
kernel.sem = 32000 1024000000 500 32000
|
||||
kernel.shmall = 18446744073692774399
|
||||
kernel.shmmax = 18446744073692774399
|
||||
vm.max_map_count = 2000000
|
||||
vm.max_map_count = 2147483647
|
||||
|
|
|
|||
Loading…
Reference in a new issue