This is an automated email from the ASF dual-hosted git repository.
abaker 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 83edc8d GEODE-4230: fixed the heap example
83edc8d is described below
commit 83edc8dde204629d38e3c2efcaf056b51af036d3
Author: Barbara Pruijn <[email protected]>
AuthorDate: Mon Jan 8 08:49:25 2018 -0800
GEODE-4230: fixed the heap example
---
geode-docs/managing/heap_use/heap_management.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geode-docs/managing/heap_use/heap_management.html.md.erb
b/geode-docs/managing/heap_use/heap_management.html.md.erb
index f4d934d..eb8aaa7 100644
--- a/geode-docs/managing/heap_use/heap_management.html.md.erb
+++ b/geode-docs/managing/heap_use/heap_management.html.md.erb
@@ -180,7 +180,7 @@ These examples set the critical threshold to 85 percent of
the tenured heap and
- gfsh Example:
``` pre
- gfsh>start server --name=server1 --initial-heap=30MB --max-heap=30MB \
+ gfsh>start server --name=server1 --initial-heap=30m --max-heap=30m \
--critical-heap-percentage=85 --eviction-heap-percentage=75
```
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].