Skip to content

Commit

Permalink
GEODE-10117: Added section in docs about memory (apache#7439)
Browse files Browse the repository at this point in the history
* Added section in the doc about lru max memory being over written if
local max memory is set.
* Also mentioned that these two settings are local and not cluster wide

* Format change to preserve existing note alongside the new one.

Co-authored-by: Dave Barnes <[email protected]>
  • Loading branch information
nabarunnag and davebarnes97 authored Mar 10, 2022
1 parent 19b889e commit ac0c3d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Use the following steps to configure your data regions for persistence and overf
</region-attributes>
</region>
```

gfsh:

You cannot configure `lru-memory-size` using gfsh.
**Notes:**
- For partitioned regions, if the partition region attribute `local-max-memory` is set, then the eviction attribute `lru-memory-size maximum` is overwritten with the value \
of `local-max-memory`. Both `local-max-memory` and `lru-memory-size maximum` are local member attributes and not cluster-wide.
- You cannot configure `lru-memory-size` using gfsh.
- For persistence, set the `data-policy` to `persistent-replicate` and name the disk store to use.

Example:
Expand Down

0 comments on commit ac0c3d5

Please sign in to comment.