Skip to content

Instantly share code, notes, and snippets.

@niccottrell
Created March 29, 2018 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niccottrell/cc2b2ab40a7c36fc20929d2b90e543ff to your computer and use it in GitHub Desktop.
Save niccottrell/cc2b2ab40a7c36fc20929d2b90e543ff to your computer and use it in GitHub Desktop.
tuned profile for MongoDB on AWS
#
# tuned configuration optimized for MongoDB on AWS (or other cloud services)
# based on the 'virtual-guest' tuned profile
# tested on RHEL7
#
[main]
summary=Optimize for MongoDB wiredTiger Performance
include=virtual-guest
[cpu]
force_latency=1
governor=performance
energy_perf_bias=performance
min_perf_pct=100
[vm]
transparent_hugepages=never
[disk]
readahead=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment