-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* set default batch size * add default max batch size to k8s values --------- Co-authored-by: Ertugrul Aypek <[email protected]>
- Loading branch information
1 parent
7e16b42
commit b4a7f35
Showing
7 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,6 @@ env: | |
|
||
- name: SMPC__INIT_DB_SIZE | ||
value: "10000" | ||
|
||
- name: SMPC__MAX_BATCH_SIZE | ||
value: "64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,6 @@ env: | |
|
||
- name: SMPC__INIT_DB_SIZE | ||
value: "10000" | ||
|
||
- name: SMPC__MAX_BATCH_SIZE | ||
value: "64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,6 @@ env: | |
|
||
- name: SMPC__INIT_DB_SIZE | ||
value: "10000" | ||
|
||
- name: SMPC__MAX_BATCH_SIZE | ||
value: "64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,6 @@ env: | |
|
||
- name: SMPC__INIT_DB_SIZE | ||
value: "10000" | ||
|
||
- name: SMPC__MAX_BATCH_SIZE | ||
value: "64" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters