This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 1087dad [docs] add memory requirement and config tips for standalone
mode (#4717)
1087dad is described below
commit 1087dad7c4eb0b99bf50b0d1bebb385064e7ddd4
Author: Brandon <[email protected]>
AuthorDate: Sun Jul 21 14:18:27 2019 +0800
[docs] add memory requirement and config tips for standalone mode (#4717)
* add memory requirement and config tips for standalone mode
In the current standalone get start doc, there is no mentioning or link for
the memory usage of the pulsar.
User with limited free memory may encounter issue to start the Pulsar.
Adding the tips on how to change the default required heap memory.
---
site2/docs/getting-started-standalone.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/site2/docs/getting-started-standalone.md
b/site2/docs/getting-started-standalone.md
index 647dade..eb3c6ae 100644
--- a/site2/docs/getting-started-standalone.md
+++ b/site2/docs/getting-started-standalone.md
@@ -17,6 +17,9 @@ This tutorial guides you through every step of the
installation process.
Pulsar is currently available for **MacOS** and **Linux**. To use Pulsar, you
need to install [Java
8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
+> #### Tip
+> By default, Pulsar allocates 2G JVM heap memory to start. It can be changed
in `conf/pulsar_env.sh` file under `PULSAR_MEM`. This is extra options passed
into JVM.
+
### Install Pulsar using binary release
To get started with Pulsar, download a binary tarball release in one of the
following ways: