Skip to content

Commit

Permalink
try 64 parallelism in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Dec 25, 2024
1 parent e9f5196 commit 585a14e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ env:
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ env:
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ env:
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
value: "64"

- name: SMPC__CLEAR_DB_BEFORE_INIT
value: "true"
Expand Down

0 comments on commit 585a14e

Please sign in to comment.