Skip to content

Commit

Permalink
Update stage DB limits
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh committed Jan 14, 2025
1 parent ec14a0c commit c6b66b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "9000000"
value: "1200000"

- name: SMPC__MAX_DB_SIZE
value: "1200000"
value: "1300000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "9000000"
value: "1200000"

- name: SMPC__MAX_DB_SIZE
value: "1200000"
value: "1300000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "9000000"
value: "1200000"

- name: SMPC__MAX_DB_SIZE
value: "1200000"
value: "1300000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down

0 comments on commit c6b66b8

Please sign in to comment.