Commit d980b23b authored by 智勇's avatar 智勇

增加调试参数

parent bf722e87
......@@ -44,6 +44,8 @@ else
nohup java -Xmx512m -XX:CompressedClassSpaceSize=128m -Xloggc:/tmp/${module_name}_gc.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Denv=dev -Didc=k8s -DNAMESPACE=${namespace} -Dtest=true -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} &
fi
tail -f ~/.bashrc
if [[ $DEBUG == 1 ]]; then
tail -f ~/.bashrc
fi
echo done!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment