Re: [PATCH 00/23] per device dirty throttling -v8
From: Ingo Molnar <hidden>
Date: 2007-08-04 10:34:19
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2007-08-04 10:34:19
Also in:
lkml
* Ingo Molnar [off-list ref] wrote:
[ my personal interest in this is the following regression: every time i start a large kernel build with DEBUG_INFO on a quad-core 4GB RAM box, i get up to 30 seconds complete pauses in Vim (and most other tasks), during plain editing of the source code. (which happens when Vim tries to write() to its swap/undo-file.) ]
hm, it turns out that it's due to vim doing an occasional fsync not only on writeout, but during normal use too. "set nofsync" in the .vimrc solves this problem. Ingo -- 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>