-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Performance
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The kernel has to scan the whole pagetable for dirty pages, which seems to take about 1ms / 4GB of data. Maybe we should mark files as dirty and make flush() a no-op if it is clean.