Hacker News new | ask | show | jobs
by b4lancesh33t 3045 days ago
I'm kinda surprised Netflix weren't already using THP.
3 comments

Not a Netflix employee, but at my last role we disabled THP on every instance we had. We had issues with databases (MySQL/Cassandra/HBase), Hadoop, and Java applications.

I hear it's gotten a lot better since then, and the compactor doesn't freeze stuff like it used to.

THP can cause serious problems (like “freeze your application for 1s while I compact its pages without asking”). Use at your own risk. It’s much better to use explicit huge pages.
Previous HN discussion on THP: https://news.ycombinator.com/item?id=15795337