Преглед изворни кода

update sandbox limits (#4462)

Co-authored-by: sunguroku <65516095+sunguroku@users.noreply.github.com>
Feroze Mohideen пре 2 година
родитељ
комит
a4a216a211
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      dashboard/src/lib/porter-apps/services.ts

+ 3 - 3
dashboard/src/lib/porter-apps/services.ts

@@ -785,10 +785,10 @@ const DEFAULT_RESOURCE_ALLOWANCES = {
 };
 
 const DEFAULT_SANDBOX_RESOURCE_ALLOWANCES = {
-  maxCpuCores: 0.2,
+  maxCpuCores: 2.0,
   newServiceDefaultCpuCores: 0.1,
-  maxRamMegabytes: 250,
-  newServiceDefaultRamMegabytes: 120,
+  maxRamMegabytes: 4000,
+  newServiceDefaultRamMegabytes: 250,
 };
 
 export function getServiceResourceAllowances(