Skip to content

Commit

Permalink
bump max db size to 20M and aurora load parallelism in prod (#879)
Browse files Browse the repository at this point in the history
* bump max db size to 20M in prod

* bump db load parallelism to 80
  • Loading branch information
eaypek-tfh authored Jan 7, 2025
1 parent 0cb365a commit 5c77a64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down Expand Up @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
Expand Down

0 comments on commit 5c77a64

Please sign in to comment.