Skip to content

Commit

Permalink
Merge pull request #1006 from alibaba/hotfix_startup_debug_open
Browse files Browse the repository at this point in the history
Update startup.sh
  • Loading branch information
Fury Zhu authored Apr 4, 2019
2 parents 53d154d + 1837ea4 commit c5cf87a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distribution/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ else
JAVA_OPT="${JAVA_OPT} -Xloggc:${BASE_DIR}/logs/nacos_gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M"
fi

JAVA_OPT="${JAVA_OPT} -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"
JAVA_OPT="${JAVA_OPT} -Dnacos.home=${BASE_DIR}"
JAVA_OPT="${JAVA_OPT} -jar ${BASE_DIR}/target/nacos-server.jar"
JAVA_OPT="${JAVA_OPT} ${JAVA_OPT_EXT}"
Expand Down

0 comments on commit c5cf87a

Please sign in to comment.