tkalkirill commented on code in PR #995:
URL: https://github.com/apache/ignite-3/pull/995#discussion_r944465768
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/PersistentPageMemoryDataRegion.java:
##########
@@ -35,6 +36,19 @@
* Implementation of {@link DataRegion} for persistent case.
*/
class PersistentPageMemoryDataRegion implements
DataRegion<PersistentPageMemory> {
+ /**
+ * Threshold to calculate limit for pages list on-heap caches.
Review Comment:
Tried adding a description.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]