Commit 57626643 authored by daidekun's avatar daidekun

fixbugs

parent 43e7d624
...@@ -11,14 +11,14 @@ sed -i "s/.xyqb.com/-$namespace.q-gp.com/g" ${config_path} ...@@ -11,14 +11,14 @@ sed -i "s/.xyqb.com/-$namespace.q-gp.com/g" ${config_path}
echo "java -Xmx512m -XX:PermSize64m -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 -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} -Djava.security.egd=file:/dev/./urandom" echo "java -Xmx512m -XX:PermSize64m -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 -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} -Djava.security.egd=file:/dev/./urandom"
nohup java -Xmx512m -XX:PermSize64m -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 -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} -Djava.security.egd=file:/dev/./urandom & nohup java -Xmx512m -XX:PermSize64m -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 -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} -Djava.security.egd=file:/dev/./urandom &
echo "sleep 10" # echo "sleep 10"
sleep 10 # sleep 10
#
echo "ls -l ./logs" # echo "ls -l ./logs"
ls -l ./logs # ls -l ./logs
#
echo "frontail logs/*.log -d -n 1000" # echo "frontail logs/*.log -d -n 1000"
frontail ./logs/*.log -d -n 1000 # frontail ./logs/*.log -d -n 1000
#
echo "tail -f ./logs/*.log" # echo "tail -f ./logs/*.log"
tail -f ./logs/*.log # tail -f ./logs/*.log
\ No newline at end of file \ 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