Skip to content

Commit d17e15f

Browse files
authored
feat: Support customizing gateway concurrency (#168)
1 parent 15c3aaa commit d17e15f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

all-in-one/scripts/start-gateway.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ else
2727
fi
2828

2929
/usr/local/bin/higress-proxy-start.sh proxy router \
30+
--concurrency=${GATEWAY_CONCURRENCY:-16} \
3031
--domain=higress-system.svc.cluster.local \
3132
--proxyLogLevel=${GATEWAY_LOG_LEVEL:-warning} \
3233
--proxyComponentLogLevel=${GATEWAY_COMPONENT_LOG_LEVEL:-misc:error} \

compose/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ services:
177177
command:
178178
- proxy
179179
- router
180+
- --concurrency
181+
- "16"
180182
- --domain
181183
- higress-system.svc.cluster.local
182184
- --proxyLogLevel=warning

0 commit comments

Comments
 (0)