Skip to content

Commit

Permalink
Merge pull request #1538 from tscuite/develop
Browse files Browse the repository at this point in the history
feat: update somaxconn
  • Loading branch information
tscuite authored Jun 15, 2023
2 parents 9cff087 + 5ee1756 commit 870c3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker-compose/dtctl
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ services:
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
restart: always
sysctls:
net.core.somaxconn: 1024
net.core.somaxconn: 4096
volumes:
- iast-vol:/tmp/logstash/
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini
Expand Down Expand Up @@ -573,7 +573,7 @@ services:
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
restart: always
sysctls:
net.core.somaxconn: 1024
net.core.somaxconn: 4096
volumes:
- iast-vol:/tmp/logstash/
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini
Expand Down

0 comments on commit 870c3e2

Please sign in to comment.