Barbara Pruijn created GEODE-4230:
-------------------------------------
Summary: 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
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)