jinxxxoid commented on code in PR #5710:
URL: https://github.com/apache/ignite-3/pull/5710#discussion_r2065959258


##########
docs/_docs/administrators-guide/config/node-config.adoc:
##########
@@ -481,23 +506,6 @@ _Checkpointing_ is the process of copying dirty pages from 
RAM to partition file
 |aipersist.replacementMode|CLOCK|Sets the page replacement algorithm.| Yes | 
Yes | CLOCK, RANDOM_LRU, SEGMENTED_LRU
 |aimem.initSizeBytes|268435456| Initial memory region size in bytes, when the 
used memory size exceeds this value, new chunks of memory will be allocated.| 
Yes | Yes | Min 256Mb, max defined by the addressable memory limit of the OS
 |aimem.maxSizeBytes|268435456| Maximum memory region size in bytes.| Yes | Yes 
| Min 256Mb, max defined by the addressable memory limit of the OS
-|aimem.eviction.mode|DISABLED| Eviction mode.| Yes | No | DISABLED, 
HISTORY_ONLY, RANDOM
-|aimem.eviction.threshold|90% a| Threshold for eviction initiation. A number 
with a dimension identifier:
-
-* % - percentage of aimem.maxSize
-* k - Kb
-* m - Mb
-* g - Gb
-
-For instance, "90%" means that the page memory starts eviction only after 90% 
of the data region is occupied.| Yes | No a| * 0-100%
-
-* 0-9223372036854775807k/m/g
-|aimem.eviction.lwmUpdateInterval|60000| Frequency of the low watermark update 
in milliseconds.| Yes | No | 1 - inf
-|aimem.eviction.interval|60000| Interval between the data eviction 
iterations.| Yes | No | 1 - inf
-|aimem.eviction.lwmThreshold|1000| If the low watermark is less than 
evictionLwmThreshold from the current timestamp, the row eviction is 
triggered.| Yes | No | 0 - inf
-|aimem.eviction.batchSize|60000| Eviction batch size in rows.| Yes | No | 1 - 
inf
-|rocksdb.sizeBytes|268435456| Size of the rocksdb offheap cache.| Yes | Yes | 
Min 0, max defined by the addressable memory limit of the OS

Review Comment:
   That was an accidental deletion, sorry.
   Section is restored. 
   



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to