Re: High lock spin time for zone->lru_lock under extreme conditions
From: Andrew Morton <hidden>
Date: 2007-01-12 21:26:08
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2007-01-12 21:26:08
Also in:
lkml
On Fri, 12 Jan 2007 11:46:22 -0800 (PST) Christoph Lameter [off-list ref] wrote:
quoted
While the softlockups and the like went away by enabling interrupts during spinning, as mentioned in http://lkml.org/lkml/2007/1/3/29 , Andi thought maybe this is exposing a problem with zone->lru_locks and hence warrants a discussion on lkml, hence this post. Are there any plans/patches/ideas to address the spin time under such extreme conditions?Could this be a hardware problem? Some issue with atomic ops in the Sun hardware?
I'd assume so. We don't hold lru_lock for 33 seconds ;) Probably similar symptoms are demonstrable using other locks, if a suitable workload is chosen. Increasing PAGEVEC_SIZE might help. But we do allocate those things on the stack. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>