You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2017/11/30 19:22:44 UTC

[geode] branch develop updated: GEODE-1897 Docs for gfsh eviction, minor correction.

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new d65763e  GEODE-1897 Docs for gfsh eviction, minor correction.
d65763e is described below

commit d65763ec9de4c258a7eb0c843df64d65b2f7e386
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu Nov 30 11:22:37 2017 -0800

    GEODE-1897 Docs for gfsh eviction, minor correction.
---
 geode-docs/developing/eviction/configuring_data_eviction.html.md.erb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/geode-docs/developing/eviction/configuring_data_eviction.html.md.erb b/geode-docs/developing/eviction/configuring_data_eviction.html.md.erb
index e477d6d..7130367 100644
--- a/geode-docs/developing/eviction/configuring_data_eviction.html.md.erb
+++ b/geode-docs/developing/eviction/configuring_data_eviction.html.md.erb
@@ -59,5 +59,6 @@ To configure a partitioned region for heap LRU eviction, first configure the res
 ```
 gfsh>start server --name=Server1 --eviction-heap-percentage=80
 ...
-gfsh>create region --type=PARTITION --eviction-enabled --eviction-action=overflow-to-disk
+gfsh>create region --name=myRegion --type=PARTITION --eviction-enabled \
+--eviction-action=overflow-to-disk
 ```

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].