Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Consider backporting zero huge_page in 3.7?  (Read 5613 times)

braveheartleo

  • Guest
[EN] Consider backporting zero huge_page in 3.7?
« on: 2012/12/16, 16:31:15 »
zero huge_page can save a lot of RAM in some situations on systems that have transparent_hugepage=always.

A discussion on zero huge_page may be read at http://comments.gmane.org/gmane.linux.kernel.mm/85623

And the patch may be found at http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f6e858a00af788bab0fd4c0b7f5cd788000edc18

But the patch will be merged for Linux 3.8. Towo, would you consider backporting this patch to 3.7, or we'll just have to wait for 3.8?

It would be interesting to see how this change will affect memory usage, particularly in my system where having transparent_hugepages=always results in large RSS values for Firefox. Here's a bug report on that: https://bugzilla.mozilla.org/show_bug.cgi?id=770612