lkml.org 
[lkml]   [2005]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [XFS] Kernel (2.6.11) deadlock in user mode when writing data through mmap on large files (64-bit systems)
This is a known problem, or rather two of them:

1) when dirtying lots of memory via mmap writeout happens pretty randmomly
inside the file and the filesystem has problems creating nice clusters.
In the case of extent based filesystems that's really bad as the extent
map is fragmented now
2) XFS keeps each inode's extent map in one single memory block.

You're seeing allocation errors where we are trying to realloc that memory
block.

Could you try the patches that Nikita posted to -mm that should improve
this behaviour?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-05-10 19:07    [W:0.111 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site