Other |
---|
tbdUnresolved |
Relates :
|
PLAB flags such as YoungPLABSize and OldPLABSize are affected by MinTLABSize because PLAB::min_size() is using MinTLABSize internally. However this seems not proper setting as PLAB and TLAB are not always related. Some users would want to have different settings for them. e.g. small PLAB with large TLAB if there is a situation that most objects are died young but many objects are created.
|