[ 
https://issues.apache.org/jira/browse/GEODE-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16316815#comment-16316815
 ] 

ASF GitHub Bot commented on GEODE-4230:
---------------------------------------

metatype closed pull request #1246: GEODE-4230: fixed the heap example
URL: https://github.com/apache/geode/pull/1246
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 f4d934dc8a..eb8aaa78c6 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
     ```
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> User Guide: gfsh doc example for starting server with --initial-heap= 
> --max-heap= setting uses incorrect unit of measure
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-4230
>                 URL: https://issues.apache.org/jira/browse/GEODE-4230
>             Project: Geode
>          Issue Type: Bug
>          Components: docs
>            Reporter: Barbara Pruijn
>            Priority: Minor
>
> On the following page: 
> https://geode.apache.org/docs/guide/12/managing/heap_use/heap_management.html
> At the bottom, there is an example to start server with heap settings:
> {code}
> gfsh>start server --name=server1 --initial-heap=30MB --max-heap=30MB \
> --critical-heap-percentage=85 --eviction-heap-percentage=75
> {code}
> 30MB should be 30m
> {code}
> gfsh>start server --name=server1 --initial-heap=30m --max-heap=30m \
> --critical-heap-percentage=85 --eviction-heap-percentage=75
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to