Skip to content

Commit

Permalink
fall back to 16k chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 10, 2025
1 parent 7fc7e7a commit a3f80db
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 @@ -84,7 +84,7 @@ env:
value: "iris-mpc-db-exporter-store-node-0-prod-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_128k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "256"
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 @@ -84,7 +84,7 @@ env:
value: "iris-mpc-db-exporter-store-node-1-prod-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_128k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "256"
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 @@ -84,7 +84,7 @@ env:
value: "iris-mpc-db-exporter-store-node-2-prod-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_128k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "256"
Expand Down

0 comments on commit a3f80db

Please sign in to comment.