Fix documentation glitch for chunk_exponent / chunk_bytes

parent dbfe5cf1
......@@ -321,7 +321,7 @@ buddy storage can be fine tuned:
storage instance: They specify the maximum contiguous memory region
which the storage will return for a single allocation request. The
default is the smaller of 1/16 the *size* of the storage and
256MB. The smallest possible value is 1/4 the *size* of the storage
256MB. The largest possible value is 1/4 the *size* of the storage
and rounded down to the previous power of two.
* *reserve_chunks*
......
......@@ -294,7 +294,7 @@ buddy storage can be fine tuned:
storage instance: They specify the maximum contiguous memory region
which the storage will return for a single allocation request. The
default is the smaller of 1/16 the *size* of the storage and
256MB. The smallest possible value is 1/4 the *size* of the storage
256MB. The largest possible value is 1/4 the *size* of the storage
and rounded down to the previous power of two.
* *reserve_chunks*
......
Markdown is supported
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