Skip to content
Snippets Groups Projects
Commit 63e81f7d authored by JOduMonT's avatar JOduMonT Committed by Pierre Ozoux
Browse files

disable transparent hugepage (#153)

as recommanded by REDIS
\# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
parent b0df1b06
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,11 @@ write_files: ...@@ -50,6 +50,11 @@ write_files:
MAIL_PASS= MAIL_PASS=
MAIL_HOST=mail.indie.host MAIL_HOST=mail.indie.host
MAIL_PORT=587 MAIL_PORT=587
- path: /sys/kernel/mm/transparent_hugepage/enabled
permission: 0644
owner: root
content: |
never
coreos: coreos:
update: update:
reboot-strategy: off reboot-strategy: off
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment