Mmuzaf commented on a change in pull request #7984:
URL: https://github.com/apache/ignite/pull/7984#discussion_r530966407
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/GridCacheDatabaseSharedManager.java
##########
@@ -447,6 +472,32 @@ private DataRegionConfiguration
createMetastoreDataRegionConfig(DataStorageConfi
return cfg;
}
+ /** */
+ private DataRegionConfiguration createDefragmentationDataRegionConfig(long
regionSize) {
Review comment:
Is it true that the defragmentation region allocated at the node start
will not allow the node to allocate the full amount of available memory until
node restart? The node may live months without restart with shrunk memory for
technical needs, right?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]