Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map.adoc: indent all elements the same #325

Open
wants to merge 1 commit into
base: v/4.2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/data-structures/pages/map.adoc
Expand Up @@ -412,7 +412,7 @@ the entries decreases performance (the number of entries is large).
*** `USED_HEAP_SIZE`: Maximum used heap size in megabytes per map for each Hazelcast instance.
Please note that this policy does not work when <<setting-in-memory-format, in-memory format>>
is set to `OBJECT`, since the memory footprint cannot be determined when data is put as `OBJECT`.
** `USED_HEAP_PERCENTAGE`: Maximum used heap size percentage per map for each Hazelcast instance.
*** `USED_HEAP_PERCENTAGE`: Maximum used heap size percentage per map for each Hazelcast instance.
If, for example, a JVM is configured to have 1000 MB and this value is 10, then the map entries
will be evicted when used heap size exceeds 100 MB. Please note that this policy does not work
when <<setting-in-memory-format, in-memory format>> is set to `OBJECT`, since the memory footprint
Expand Down