Skip to content
Commit f044bb21 authored by Jason Evans's avatar Jason Evans
Browse files

Change default chunk size from 4 MiB to 256 KiB.

Recent changes have improved huge allocation scalability, which removes
upward pressure to set the chunk size so large that huge allocations are
rare.  Smaller chunks are more likely to completely drain, so set the
default to the smallest size that doesn't leave excessive unusable
trailing space in chunk headers.
parent 4d871f73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment