Skip to content

Commit

Permalink
update max_map_count (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbischof authored Aug 31, 2023
1 parent 9e70321 commit a5ed810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/mongodb_linux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
# TODO: These may need to be configurable for different usage patterns.
- { "name": "vm.dirty_ratio", "value": "15" }
- { "name": "vm.dirty_background_ratio", "value": "5" }
- { "name": "vm.max_map_count", "value": "128000" }
- { "name": "net.core.somaxconn ", "value": "4096" }
- { "name": "net.ipv4.tcp_fin_timeout", "value": "30" }
- { "name": "net.ipv4.tcp_keepalive_intvl", "value": "30" }
Expand Down

0 comments on commit a5ed810

Please sign in to comment.