Skip to content

Commit

Permalink
num of cpu change to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Apr 8, 2024
1 parent 095af8f commit de735f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ annotations:
- Update configuration for SLC Retrofit Strategy Builder
- Update SLC regions and add new regions for Playbook Config
- Update labels for Joplin Retrofit Strategy Builder
- Update number of CPUs for best performance
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.
- Update configuration for SLC Retrofit Strategy Builder
- Update slc regions and remove additional sector
- Update labels for Joplin Retrofit Strategy Builder
- Update number of CPUs for best performance

### 1.25.3
- Update Galveston configuration CPU number to acheive best performance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"variableName": "numCPUs",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "72d2212a-9aa6-4511-c0b8-6990e5f51667",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/joplin/datawolfWorkflow.config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"variableName": "numCpus",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "937224ee-0e6c-40d7-dd2e-6a40018c1a02",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/joplin/datawolfWorkflow.config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@
"variableName": "numCpus",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "937224ee-0e6c-40d7-dd2e-6a40018c1a02",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/slc/datawolfWorkflow.config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"variableName": "numCPUs",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "72d2212a-9aa6-4511-c0b8-6990e5f51667",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/slc/datawolfWorkflow.config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"variableName": "numCPUs",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "72d2212a-9aa6-4511-c0b8-6990e5f51667",
Expand Down

0 comments on commit de735f8

Please sign in to comment.