We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df3b0a commit dcb16e5Copy full SHA for dcb16e5
deploy.sh
@@ -15,7 +15,7 @@ xmx=`echo "$total/1024/1024*0.6" | bc |awk -F. '{print $1"g"}'`
15
logtime=`date +%Y-%m-%d_%H-%M-%S`
16
nohup java -Xmx$xmx -XX:+UseConcMarkSweepGC -XX:+PrintGCDetails -Xloggc:./gc.log\
17
-XX:+PrintGCDateStamps -XX:+CMSParallelRemarkEnabled -XX:ReservedCodeCacheSize=256m\
18
- -XX:+CMSScavengeBeforeRemark -jar target/troneventquery-1.0.0-SNAPSHOT.jar
+ -XX:+CMSScavengeBeforeRemark -jar target/troneventquery-1.0.0-SNAPSHOT.jar >> query.log 2>&1 &
19
20
sleep 10
21
echo "ok!"
0 commit comments