Sfoglia il codice sorgente

部署文档补充服务描述

hidewnd 1 mese fa
parent
commit
0b76589854
1 ha cambiato i file con 29 aggiunte e 1 eliminazioni
  1. 29 1
      ReadMe.md

+ 29 - 1
ReadMe.md

@@ -52,25 +52,36 @@
 #### 核心服务
 
 ```shell
-# risk-manager
+# risk-manage
+# 10.206.0.3
+# 10.206.0.8
+# 10.206.0.11
+# 10.206.0.12
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 -XX:G1ReservePercent=10 \
 -XX:MaxGCPauseMillis=300 risk-manage.jar > risk.log 2>&1 &
 
 # yt-middle
+# 10.206.0.3
+# 10.206.0.8
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 \
 -XX:G1ReservePercent=10 -XX:MaxGCPauseMillis=300 yt-middle.jar > middle.log 2>&1 &
 
 # agent-service
+# 10.206.0.3
+# 10.206.0.8
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 -XX:G1ReservePercent=10 \
 -XX:MaxGCPauseMillis=300 agent-service.jar > agent.log 2>&1 &
 
 # gateway
+# 10.206.0.3
+# 10.206.0.8
 nohup java -jar -Xms512m -Xmx1024m yt-gateway.jar > /dev/null 2>&1 &
 
 # oauth
+# 10.206.0.8
 nohup java -Xms512m -Xmx1024m -jar -noverify yt-oauth.jar > oauth.log 2>&1 &
 ```
 
@@ -669,6 +680,8 @@ question-service.jar > palaces.log 2>&1 &
 
 ```shell
 # 极速反应力 reactivity
+# 10.206.16.10
+# 10.206.16.11
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 \
 -XX:G1ReservePercent=10 -XX:MaxGCPauseMillis=300 \
@@ -712,6 +725,7 @@ question-service.jar > graphic.log 2>&1 &
 ```shell
 # 色彩大冒险 adventure
 # 10.206.16.10
+# 10.206.16.11
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 \
 -XX:G1ReservePercent=10 -XX:MaxGCPauseMillis=300 \
@@ -719,6 +733,20 @@ nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressed
 question-service.jar > adventure.log 2>&1 &
 ```
 
+#### 古诗填空秀 poetry
+
+```shell
+# 古诗填空秀 poetry-service
+# 10.206.16.10
+# 10.206.16.11
+nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
+-XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 \
+-XX:G1ReservePercent=10 -XX:MaxGCPauseMillis=300 \
+-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/www/app/ytpm/service-poetry/poetry.hprof \
+question-service.jar > poetry.log 2>&1 &
+
+```
+
 #### 青柠檬ios lemonios
 
 ```shell