Skip to content

Commit

Permalink
64 s3 load parallelism + 8 aurora load parallelism in prod (#857)
Browse files Browse the repository at this point in the history
stick to 64 load parallelism in prod
  • Loading branch information
eaypek-tfh authored Dec 25, 2024
1 parent d7f2196 commit 68d9654
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

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

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
6 changes: 3 additions & 3 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 @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

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

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
6 changes: 3 additions & 3 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 @@ -86,8 +86,8 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_16k"

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

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down

0 comments on commit 68d9654

Please sign in to comment.