Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase common thread pool size to prevent thread starvation #8

Merged
merged 2 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose/harness/environment/manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ VERSION=1.0.72106
WATCHER_METADATA_URL=http://proxy/storage/wingswatchers/watcherprod.txt
WORKFLOW_EXECUTION_MONITOR_ITERATOR_THREAD_COUNT=2
COMMON_POOL_CORE_SIZE=1
COMMON_POOL_MAX_SIZE=2
COMMON_POOL_MAX_SIZE=10
GRAPHQL_ENABLED=false
SEARCH_ENABLED=false
SERVER_MAX_THREADS=12
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/harness/environment/ng-manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SHOULD_CONFIGURE_WITH_PMS=true
USE_REDIS_FOR_SDK_RESPONSE_EVENTS=true
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE=2
COMMON_POOL_CORE_SIZE=1
COMMON_POOL_MAX_SIZE=2
COMMON_POOL_MAX_SIZE=5
PMS_SDK_EXECUTION_POOL_CORE_SIZE=1
PMS_SDK_EXECUTION_POOL_MAX_SIZE=2
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE=1
Expand Down