нет, я именно думал там одно поколение
но поднял комит от 2017 года там уже было
-R:YoungGenerationSize=
Set the size of the young generation (the amount of memory that can be allocated without triggering a GC in between). Value is specified in bytes, suffix k
, m
, or g
can be used for scaling.
-R:OldGenerationSize=
Set the size of the old generation (the maximum heap size). Value is specified in bytes, suffix k
, m
, or g
can be used for scaling. Note that this is not the maximum amount of consumed memory, because during GC the system can request more temporary memory.