We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7317b1 + 870c3e2 commit f3e016cCopy full SHA for f3e016c
deploy/docker-compose/dtctl
@@ -448,7 +448,7 @@ services:
448
image: "$registry/dongtai-server:$DONGTAI_SERVER_VER"
449
restart: always
450
sysctls:
451
- net.core.somaxconn: 1024
+ net.core.somaxconn: 4096
452
volumes:
453
- iast-vol:/tmp/logstash/
454
- $PWD/config-tutorial.ini:/opt/dongtai/dongtai_conf/conf/config.ini
@@ -573,7 +573,7 @@ services:
573
574
575
576
577
578
579
0 commit comments