Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyuanlu committed Jun 12, 2023
1 parent b2e1283 commit 80693d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentinel-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
<environment>
<TZ>Asia/Shanghai</TZ>
<SPRING_OUTPUT_ANSI_ENABLED>ALWAYS</SPRING_OUTPUT_ANSI_ENABLED>
<JAVA_SLEEP>1</JAVA_SLEEP>
<START_DELAY_SECS>1</START_DELAY_SECS>
<JAVA_OPTS>-Xms256m -Xmx256m</JAVA_OPTS>
</environment>
<creationTime>USE_CURRENT_TIMESTAMP</creationTime>
Expand Down
2 changes: 1 addition & 1 deletion sentinel-dashboard/src/main/docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

echo "The application will start in ${JAVA_SLEEP}s..." && sleep ${JAVA_SLEEP}
echo "The application will start in ${START_DELAY_SECS}s..." && sleep ${START_DELAY_SECS}
exec java ${JAVA_OPTS} -noverify -XX:+AlwaysPreTouch -Djava.security.egd=file:/dev/./urandom -cp /app/resources/:/app/classes/:/app/libs/* "com.alibaba.csp.sentinel.dashboard.SentinelApplication" "$@"

0 comments on commit 80693d3

Please sign in to comment.