Hello, On Wed, Oct 09, 2013 at 12:30:09PM -0700, Dave Hansen wrote: > On 10/09/2013 12:20 PM, Tejun Heo wrote: > > Realistically tho, why would people be using 4k mappings on 2T > > machines? > > CONFIG_DEBUG_PAGEALLOC and CONFIG_KMEMCHECK both disable using >4k > pages. I actually ran in to this on a 1TB machine a few weeks ago: > > https://lkml.org/lkml/2013/8/9/546 > > So it's not a common case for stuff that customers have, but it sure as > *HECK* is needed for debugging. But as I said in the same paragraph, parsing SRAT earlier doesn't solve the problem in itself either. Ignoring the option if 4k mapping is required and memory consumption would be prohibitive should work, no? Something like that would be necessary if we're gonna worry about cases like this no matter how we implement it, but, frankly, I'm not sure this is something worth worrying about. Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>