ソースを参照

doc:部署文档更新

hidewnd 2 日 前
コミット
f8bd8636fb
1 ファイル変更17 行追加0 行削除
  1. 17 0
      ReadMe.md

+ 17 - 0
ReadMe.md

@@ -103,6 +103,8 @@ sortingios          25027
 guardios            25028
 deliveryios         25029
 journeyios          25030
+treeios             25031
+
 ```
 
 #### 核心服务
@@ -939,6 +941,7 @@ lemonios-service.jar > deliveryios.log 2>&1 &
 ```shell
 # journeyios-service 
 # 10.206.0.3
+# 10.206.16.15
 nohup java -jar -Xms1024m -Xmx1024m -XX:MaxMetaspaceSize=256M -XX:+UseCompressedOops \
 -XX:+UseG1GC -XX:ConcGCThreads=2 -XX:InitiatingHeapOccupancyPercent=35 \
 -XX:G1ReservePercent=10 -XX:MaxGCPauseMillis=300 \
@@ -947,6 +950,20 @@ lemonios-service.jar > journey.log 2>&1 &
 
 ```
 
+#### IOS: small tree
+
+```shell
+# treeios
+# 10.206.0.3
+
+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-ios-treeios/treeios.hprof \
+lemonios-service.jar > treeios.log 2>&1 &
+
+```
+