Skip to content

Commit

Permalink
Increase database setup memory
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Nov 15, 2024
1 parent e053059 commit 694c4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/.pipeline/lib/db.setup.deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const dbSetupDeploy = async (settings) => {
CPU_REQUEST: '50m',
CPU_LIMIT: '1000m',
MEMORY_REQUEST: '100Mi',
MEMORY_LIMIT: '1.5Gi'
MEMORY_LIMIT: '1.75Gi'
}
})
);
Expand Down
2 changes: 1 addition & 1 deletion database/.pipeline/templates/db.setup.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parameters:
- name: MEMORY_REQUEST
value: '100Mi'
- name: MEMORY_LIMIT
value: '1.5Gi'
value: '1.75Gi'
objects:
- kind: Pod
apiVersion: v1
Expand Down

0 comments on commit 694c4fc

Please sign in to comment.