On Tue, Mar 01, 2016 at 11:51:36AM +0000, Mel Gorman wrote: > While I know some of these points can be countered and discussed further, > at the end of the day, the benefits to huge page usage are reduced memory > usage on page tables, a reduction of TLB pressure and reduced TLB fill > costs. Until such time as it's known that there are realistic workloads > that cannot fit in memory due to the page table usage and workloads that > are limited by TLB pressure, the complexity of huge pages is unjustified > and the focus should be on the basic features working correctly. Size of page table can be limiting factor now for workloads that tries to migrate from 2M hugetlb with shared page tables to DAX. 1G pages is a way to lower the overhead. Note, that reduced memory usage on page tables is not there for anon THP, as we have to deposit these page table to be able split huge pmd (or pud) at any point. -- Kirill A. Shutemov -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html