-
Quality Risk
-
Resolution: Done
-
Major
-
None
-
None
For smaller vms, under 16 GB, the default allocation scheme for on-heap fixed memory buffers is in 1 GB increments.
This can be quite large for VMs under 8 GBs - especially if the full commit of that memory is not needed.
The allocation scheme should introduce the buffers more incrementally and release them when compaction is run if they aren't needed.