Skip to content

Commit

Permalink
set parallelism to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Dec 9, 2024
1 parent 2f9af11 commit 41bf6b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_8k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "8"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_8k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "8"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand Down
3 changes: 3 additions & 0 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ env:
- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_8k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "8"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"

Expand Down

0 comments on commit 41bf6b0

Please sign in to comment.