It may choke under metadata-intensive workloads on really
large memory machines. It works fine with 2.5 gigabyte x86,
but 16 gigs may cause problems.
This is because the dirty-memory balancing code doesn't know
that blockdev mappings are restricted to ZONE_NORMAL. The
correct fix for that is, of course, to allow blockdev mappings
to use highmem. That will require methodical picking away at
all the filesystems, and will take some time.
ext2 should be OK because much of its metadata (directories)
are in highmem at present.
-
-
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/