Browse Source

data-acceptance 设置-XX:MaxDirectMemorySize=96M

jianghouwei 6 years ago
parent
commit
3ba7791a97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/start.sh

+ 1 - 1
src/bin/start.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
-nohup java -Dspring.profiles.active=all  -XX:MaxDirectMemorySize=960M -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 &