Browse Source

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

jianghouwei 6 years ago
parent
commit
2f6381d71e
1 changed files with 1 additions and 3 deletions
  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 &