If I understand this correctly, it won't make my Firefox/Opera/Chrome take less memory...During testing I noticed big (up to 2.5 times) memory consumption overhead on some workloads (e.g. ft.A from NPB) if THP is enabled. The main reason for that big difference is lacking zero page in THP case. We have to allocate a real page on read page fault...With thp-never RSS is about 400k, but with thp-always it's 200M. After the patcheset thp-always RSS is 400k too.
Still a nearly thousand-fold memory footprint reduction is quite large


Reply With Quote
