You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/19 08:48:45 UTC

[GitHub] [pulsar] sijia-w opened a new pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

sijia-w opened a new pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712


   Fixes #8671 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijia-w commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
sijia-w commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-902491659


   @Anonymitaet https://github.com/apache/pulsar/issues/8671 This issue suggests us to provide recommended stats for dev setups. Shall we add it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-904398939


   @sijia-w I'm OK with the place where you locate these contents. Can you work with an engineer to double-check the contents from the technical perspective? Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on a change in pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on a change in pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#discussion_r692623364



##########
File path: site2/docs/getting-started-standalone.md
##########
@@ -4,25 +4,56 @@ title: Set up a standalone Pulsar locally
 sidebar_label: Run Pulsar locally
 ---
 
-For local development and testing, you can run Pulsar in standalone mode on your machine. The standalone mode includes a Pulsar broker, the necessary ZooKeeper and BookKeeper components running inside of a single Java Virtual Machine (JVM) process.
+## Preparation
 
-> #### Pulsar in production? 
-> If you're looking to run a full production Pulsar installation, see the [Deploying a Pulsar instance](deploy-bare-metal.md) guide.
+### Requirements
 
-## Install Pulsar standalone
+Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and **Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later versions.
 
-This tutorial guides you through every step of the installation process.
+> **Note**  
+> Broker is only supported on 64-bit JVM.
 
-### System requirements
+> **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. 
 
-Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and **Windows**. To use Pulsar, you need to install 64-bit JRE/JDK 8 or later versions.
+For local development and testing, you can run Pulsar in standalone mode on your machine. The standalone mode includes a Pulsar broker, the necessary ZooKeeper and BookKeeper components running inside of a single Java Virtual Machine (JVM) process.
 
-> #### 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. 
+> **Note**  
+> You can reuse existing Zookeeper clusters.
 
-> **Note**
-> 
-> Broker is only supported on 64-bit JVM.
+> **Pulsar in production?**  
+> If you're looking to run a full production Pulsar installation, see the [Deploying a Pulsar instance](deploy-bare-metal.md) guide.
+
+### Hardware considerations

Review comment:
       Why need to add hardware considerations (which are usually added to the `deployment` chapter ) to the `getting started` guide?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijia-w commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
sijia-w commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-904347452


   @Anonymitaet Thanks for your comment. I have moved the hardware settings to deployment. Can you please take another look and let me know whether it works? Thank you!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijia-w commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
sijia-w commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-901729840


   @codelipenghui @Anonymitaet Please help review the changes. Looking forwards to your comments. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] sijia-w commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
sijia-w commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-904924635


   @codelipenghui Could you please help review the changes? Many thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet merged pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
Anonymitaet merged pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet edited a comment on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
Anonymitaet edited a comment on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-903359239


   @sijia-w it would be better not to include this info in the `Get Started` chapter since users come to this chapter and want to "grab info and go" quickly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] Anonymitaet commented on pull request #11712: [docs] [ISSUE 8671] Add hardware settings recommendations

Posted by GitBox <gi...@apache.org>.
Anonymitaet commented on pull request #11712:
URL: https://github.com/apache/pulsar/pull/11712#issuecomment-903359239


   @sijia-w it would be better not to include this info in the `Get Started` chapter since users come to this chapter and want to "grap info and go" quickly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org