Re: iotop: khugepaged at 99.99% (2.6.38.X)

From: Thomas Sattler
Date: Fri May 06 2011 - 04:50:11 EST


> You can already run "grep threshold /proc/zoneinfo" on the system
> where you reproduced the hang the last time (the one running 2.6.38.4)
> the one with 1.5G of ram. They all should be well below 512 (so in
> theory not causing troubles because of the per-cpu stats, and with so
> few cpus it shouldn't have been such a longstanding problem anyway).

'grep threshold /proc/zoneinfo' returns nothing on this machine after
a reboot and before a crash. Did I tell it's a single core machine?

> If you didn't reboot that system after the last hang

I'm sorry, I already rebooted the machine.

> grep nr_isolated_anon /proc/zoneinfo
> nr_isolated_anon 0
> nr_isolated_anon 0
> nr_isolated_anon 0

Same here, on both machines. Both between reboot and crash.

> This patch may help you to reproduce much quicker,

I applied the patch. I plan to boot this kernel within the next hour.

> - sync_migration = !(gfp_mask & __GFP_NO_KSWAPD);
> + sync_migration = true;

This was already done in my 2.6.38.2?

Thomas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/