Commit 7b95a287 authored by 智勇's avatar 智勇

up

parent 219f73cf
......@@ -34,7 +34,7 @@ echo "namespace is $namespace"
echo "unset NAMESPACE" >> ~/.bashrc
echo "alias log='cd logs;tail -500f *log';" >> ~/.bashrc
source ~/.bashrc
source ~/.bash_profile
# source ~/.bash_profile
if [[ $SYSTEM_NAME == 'gu-bei' ]]; then
echo "java -Xmx512m -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-mock -DNAMESPACE=${namespace} -Dtest=true -jar ${package_path} --worker 1 --currentWorker 1 -t --server.port=80 --spring.config.location=${config_path} " > java_command
......
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