Skip to content

Commit

Permalink
fix: [PL-31591]: Increased ng-manager memory by 64MB (#76)
Browse files Browse the repository at this point in the history
* fix: [PL-31591]: Increased ng-manager memory by 64MB

* fix: [PL-31591]: Made changes for helm side of installation
  • Loading branch information
VikasMaddukuriHarness authored Mar 23, 2023
1 parent e15b896 commit 6460508
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 6460508

Please sign in to comment.