Ver Fonte

data-acceptance 去掉-XX:MaxDirectMemorySize=960M 升级 netty-all 版本到 32

jianghouwei há 6 anos atrás
pai
commit
a3e1ad7537
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 3 3
      pom.xml
  2. 1 1
      src/bin/start.sh

+ 3 - 3
pom.xml

@@ -54,9 +54,9 @@
 
         <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
         <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-all</artifactId>
-        <version>4.1.30.Final</version>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+            <version>4.1.32.Final</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>

+ 1 - 1
src/bin/start.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-nohup java -Dspring.profiles.active=all  -XX:MaxDirectMemorySize=960M -jar data-acceptance.jar > /dev/null 2>&1 &
+nohup java -jar data-acceptance.jar > /dev/null 2>&1 &