Nikita-tech-writer commented on a change in pull request #9216:
URL: https://github.com/apache/ignite/pull/9216#discussion_r662946522
##########
File path: docs/_docs/memory-configuration/eviction-policies.adoc
##########
@@ -27,7 +27,7 @@ Eviction is used in following cases:
When Native Persistence is on, a similar process — called _page replacement_ —
is used to free up off-heap memory when Ignite cannot allocate a new page.
The difference is that the data is not lost (because it is stored in the
persistent storage), and therefore you are less concerned about losing data
than about efficiency.
-Page replacement is automatically handled by Ignite and is not
user-configurable.
+Refer to link:memory-configuration/replacement-policies[Replacement Policies]
page for information about page replacement configuration.
Review comment:
```suggestion
Refer to the link:memory-configuration/replacement-policies[Replacement
Policies] page for information about page replacement configuration.
```
--
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]