Skip to content

Commit

Permalink
use 128 par in prod (#900)
Browse files Browse the repository at this point in the history
* use 128 par in prod

* reduce aurora load par
  • Loading branch information
eaypek-tfh authored Jan 10, 2025
1 parent a9b54f5 commit d6a25ae
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: "80"
value: "8"

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

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "64"
value: "128"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
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: "80"
value: "8"

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

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "64"
value: "128"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
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: "80"
value: "8"

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

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "64"
value: "128"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down

0 comments on commit d6a25ae

Please sign in to comment.