Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Sep 14, 2015
1 parent f5efb3b commit d77ed10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions disconf-web/src/main/webapp/Release
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
default_process_types:
web: bash jpaas_control
4 changes: 4 additions & 0 deletions disconf-web/src/main/webapp/jpaas_control
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/env bash
export LANG=zh_CN.UTF-8
export JAVA_OPTS="-XX:MaxNewSize=500M -XX:PermSize=64m -XX:MaxPermSize=256M -XX:SurvivorRatio=4 -Xss256K $JAVA_OPTS"
cd bin && sh catalina.sh run

0 comments on commit d77ed10

Please sign in to comment.