Skip to content

Commit

Permalink
fix: lower gpu node cpu-request to allow scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
blair drummond committed Feb 12, 2021
1 parent d0b5f20 commit 33372de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/resource-form/resource-form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ResourceFormComponent implements OnInit, OnDestroy {
this.readonlySpecs = false;
} else {
this.readonlySpecs = true;
this.formCtrl.get("cpu").setValue("5");
this.formCtrl.get("cpu").setValue("4");
this.formCtrl.get("memory").setValue("96Gi");
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"optNone": "None",
"lblGpuVendor": "GPU Vendor",
"errorGpuVendorRequired": "You must also specify the GPU Vendor for the assigned GPUs",
"specsWarningMessage": "Selecting 1 GPU will automatically set 5 CPUs and 96Gi of memory."
"specsWarningMessage": "Selecting 1 GPU will automatically set 4 CPUs and 96Gi of memory."
},
"formImage": {
"h3Image": "Image",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"optNone": "Aucun",
"lblGpuVendor": "Vendeur de GPU",
"errorGpuVendorRequired": "Vous devez spécifier le vendeur des GPUs assignés",
"specsWarningMessage": "La sélection de 1 GPU définira automatiquement 5 processeurs et 96Gi de la mémoire."
"specsWarningMessage": "La sélection de 1 GPU définira automatiquement 4 processeurs et 96Gi de la mémoire."

},
"formImage": {
Expand Down

0 comments on commit 33372de

Please sign in to comment.