Skip to content

Commit a61fe10

Browse files
authored
Merge pull request #1540 from HXSecurity/beta
Beta
2 parents 02ea96e + f3e016c commit a61fe10

File tree

1 file changed

+2
-2
lines changed
  • deploy/docker-compose

1 file changed

+2
-2
lines changed

deploy/docker-compose/dtctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ services:
448448
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
449449
restart: always
450450
sysctls:
451-
net.core.somaxconn: 1024
451+
net.core.somaxconn: 4096
452452
volumes:
453453
- iast-vol:/tmp/logstash/
454454
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini
@@ -573,7 +573,7 @@ services:
573573
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
574574
restart: always
575575
sysctls:
576-
net.core.somaxconn: 1024
576+
net.core.somaxconn: 4096
577577
volumes:
578578
- iast-vol:/tmp/logstash/
579579
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini

0 commit comments

Comments
 (0)