Skip to content
Snippets Groups Projects
Commit ef10eb22 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Description: large O_DIRECT requests fail under memory pressure/fragmentation
Details    : Large single O_DIRECT read and write calls can fail to allocate
	     a sufficiently large buffer to process the request.  In case of
	     allocation failure the allocation is retried with a smaller
	     buffer and broken into smaller requests.
b=10901
r=vitaly r=green
parent 3ae3fab0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment