why is transparent hugepage disabled?
Hi,
Is there any reason why transparent hugepage has been disabled in liquorix? It used to be that this was enabled in the past. :: Code :: $ grep HUGEP /boot/config-3.18-9.dmz.1-liquorix-amd64
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y # CONFIG_TRANSPARENT_HUGEPAGE is not set Back to top |
|||||
Hi braveheartleo,
I turned off transparent huge pages after reading this article: antirez.com/news/84 Nothing too scientific, but in testing, antirez found that transparent huge pages caused latency spikes in specific workloads. Since Liquorix's focus is on low latency usage, I disabled this option. And in the comments, someone links to a CouchBase blog that discovered the same thing: blog.couchbase.com/often-overlooked-linux-os-tweaks General consensus when doing real work, THP improves performance by merging smaller allocations, which ultimately increases latency of certain operations that require small pages, some that might impact the responsiveness of your desktop / laptop. Back to top |
|||||
Hi damentz,
Thanks for those links. I'll be sure to read them up and take a second look at THP. Back to top |
|||||
All times are GMT - 8 Hours
|