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

fix: [PL-31591]: Increased ng-manager memory by 64MB #76

Merged
merged 2 commits into from
Mar 23, 2023
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/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
deploy:
resources:
limits:
memory: 752m
memory: 816m
restart: on-failure
env_file: environment/ng-manager.env
expose:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/harness/environment/ng-manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MANAGER_AUTHORITY=default-authority.harness.io
MANAGER_CLIENT_BASEURL=http://proxy/api/
MANAGER_TARGET=manager:9879
MANAGER_UI_URL=http://proxy
MEMORY=232m
MEMORY=296m
MOCK_ACCESS_CONTROL_SERVICE=true
MONGO_URI=mongodb://mongo:27017/ng-harness
NG_MANAGER_API_URL=http://proxy/ng/api/
Expand All @@ -51,4 +51,4 @@ SEGMENT_URL=https://stats.drone.ci/api/v1/
SERVER_MAX_THREADS=16
SHOULD_CONFIGURE_WITH_PMS=true
USE_REDIS_FOR_SDK_RESPONSE_EVENTS=true
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE=2
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE=2
4 changes: 2 additions & 2 deletions helm/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ manager:

ng_manager:
config:
memory: 232
memory: 296
resources:
limits:
memory: 752Mi
memory: 816Mi
cpu: 1
requests:
memory: 512Mi
Expand Down