Explorar el Código

data-acceptance 设置-XX:MaxDirectMemorySize=96M 去掉配置空格

jianghouwei hace 6 años
padre
commit
2f6381d71e
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/bin/start.sh

+ 1 - 3
src/bin/start.sh

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