I have varnish 6.2 and Redis 5 with magento 2.3 on same box running centos 7. Should I disable or enable Transparent Huge Pages for performance?
Asked
Active
Viewed 279 times
2 Answers
1
Disable it, please. It's known to impact Varnish performance. (not sure about Redis and Magento)

Arianna Aondio
- 171
- 4
1
Same recommendation for Redis: '...when a Linux kernel has transparent huge pages enabled, Redis incurs to a big latency penalty after the fork call is used in order to persist on disk' [1][2].

Carlos Abalde
- 1,077
- 7
- 12