Co-authored-by: honghuo.zw <honghuo.zw@alibaba-inc.com>
This commit is contained in:
zwZjut 2022-01-12 13:51:30 +08:00 committed by GitHub
parent 90a33e06eb
commit f02cde30b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ case "$1" in
waitZK
waitDatabase
export MASTER_START_ENABLED=true
export LOGGER_START_ENABLED=true
;;
(worker-server)
waitZK

View File

@ -155,6 +155,7 @@ master:
# cpu: "500m"
## Configmap
configmap:
LOGGER_SERVER_OPTS: "-Xms512m -Xmx512m -Xmn256m"
MASTER_SERVER_OPTS: "-Xms1g -Xmx1g -Xmn512m"
MASTER_EXEC_THREADS: "100"
MASTER_EXEC_TASK_NUM: "20"