Skip to content

Commit

Permalink
Increase memory quota for rhoai (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivnathan committed May 3, 2024
1 parent 662ad5d commit 76eb9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/templates/nstemplatetiers/base1ns/ns_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ parameters:
- name: SPACE_NAME
required: true
- name: MEMORY_LIMIT
value: "14Gi"
value: "18Gi"
- name: MEMORY_REQUEST
value: "14Gi"
value: "18Gi"
- name: MEMORY_BUILD_LIMIT
value: "14Gi"
- name: MEMORY_BUILD_REQUEST
Expand Down

0 comments on commit 76eb9db

Please sign in to comment.