Skip to content

Commit

Permalink
Merge pull request #152 from SonicCloudOrg/v1.3.2-release
Browse files Browse the repository at this point in the history
fix_bug
  • Loading branch information
ZhouYixun authored Mar 24, 2022
2 parents 8f4e665 + 5235361 commit 37afdc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ ADD /plugins /root/plugins
ADD /src/main/docker/config /root/config
ADD /target/sonic-agent-linux-x86_64.jar /root
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN chmod -R 777 /root
ENTRYPOINT ["/root/jdk-17.0.2/bin/java","-server","-Dfile.encoding=utf-8","-XX:-UseGCOverheadLimit","-XX:+DisableExplicitGC","-XX:SurvivorRatio=1","-XX:LargePageSizeInBytes=128M","-XX:SoftRefLRUPolicyMSPerMB=0","-Djava.security.egd=file:/dev/./urandom","-jar","sonic-agent-linux-x86_64.jar"]

0 comments on commit 37afdc5

Please sign in to comment.