Repository: incubator-rocketmq Updated Branches: refs/heads/master 031335d64 -> 9ec7e26ed
Fix typo and rephrase a few lines in readme document Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/9ec7e26e Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/9ec7e26e Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/9ec7e26e Branch: refs/heads/master Commit: 9ec7e26edad694a6bfbef85d4f0d524b6928af92 Parents: 031335d Author: Zhanhui Li <[email protected]> Authored: Tue Dec 20 15:39:58 2016 +0800 Committer: Zhanhui Li <[email protected]> Committed: Tue Dec 20 15:49:21 2016 +0800 ---------------------------------------------------------------------- bin/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/9ec7e26e/bin/README.md ---------------------------------------------------------------------- diff --git a/bin/README.md b/bin/README.md index d028475..701898e 100644 --- a/bin/README.md +++ b/bin/README.md @@ -1,9 +1,9 @@ ### Operating system tuning -Before the broker deployment, you must run **os.sh**, which is optimized for your operating system. +Before deploying broker servers, it's highly recommended to run **os.sh**, which is to optimize your operating system for better performance. ## Notice -### os.sh should be executed only once with the root permission. -### os.sh parameter settings is just for reference. You can tune it in your target host systems. +### os.sh should be executed only once with root permission. +### os.sh parameter settings are for reference purpose only. You can tune them according to your target host configurations. ### Start broker @@ -15,7 +15,7 @@ Before the broker deployment, you must run **os.sh**, which is optimized for you `mqbroker.exe` -### Shutodwn broker +### Shutdown broker sh mqshutdown broker ### Start Nameserver
