You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by zh...@apache.org on 2019/07/09 14:03:40 UTC

[servicecomb-pack] 02/02: SCB-1321 Update document format

This is an automated email from the ASF dual-hosted git repository.

zhanglei pushed a commit to branch SCB-1321
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit dd426061017ba19c78ffaca6928cc151625ce6b4
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Tue Jul 9 22:02:56 2019 +0800

    SCB-1321 Update document format
---
 alpha/alpha-fsm/Benchmark.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/alpha/alpha-fsm/Benchmark.md b/alpha/alpha-fsm/Benchmark.md
index 019fb77..6e5cf0a 100644
--- a/alpha/alpha-fsm/Benchmark.md
+++ b/alpha/alpha-fsm/Benchmark.md
@@ -53,16 +53,16 @@
 
 ```bash
 java -Xmx3g -Xms3g -Xss256k \
-		-Dcom.sun.management.jmxremote \
-    -Dcom.sun.management.jmxremote.port=9090 \
-	  -Dcom.sun.management.jmxremote.ssl=false \
-    -Dcom.sun.management.jmxremote.authenticate=false \
-    -jar ${PRONAME} \
-  	--spring.datasource.username=saga-user \
-  	--spring.datasource.password=saga-password \
-  	--spring.datasource.url="jdbc:postgresql://10.22.1.234:5432/saga?useSSL=false" \
-  	--spring.profile.active=prd \
-  	--alpha.feature.akka.enabled=true
+  -Dcom.sun.management.jmxremote \
+  -Dcom.sun.management.jmxremote.port=9090 \
+  -Dcom.sun.management.jmxremote.ssl=false \
+  -Dcom.sun.management.jmxremote.authenticate=false \
+  -jar ${PRONAME} \
+  --spring.datasource.username=saga-user \
+  --spring.datasource.password=saga-password \
+  --spring.datasource.url="jdbc:postgresql://10.22.1.234:5432/saga?useSSL=false" \
+  --spring.profile.active=prd \
+  --alpha.feature.akka.enabled=true
 ```
 
 ## 测试报告