Explorar o código

添加清楚缓存功能

wuweihao %!s(int64=3) %!d(string=hai) anos
pai
achega
92dfe2000b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      gis_application/src/main/resources/sh/startup.sh

+ 2 - 2
gis_application/src/main/resources/sh/startup.sh

@@ -1,8 +1,8 @@
 #!/bin/sh
-RESOURCE_NAME=smart_shezhen_pengcheng.jar
+RESOURCE_NAME=cms_statistics_baidu.jar
 APP_DEBUG=5005
 rm -f tpid
-nohup java -jar ./$RESOURCE_NAME --spring.profiles.active=sit --server.port=8012 & echo $! > tpid
+nohup java -jar -Xmx3072M -Xms512M ./$RESOURCE_NAME --spring.profiles.active=sit --server.port=8019 & echo $! > tpid
 echo Start Success!