Kaynağa Gözat

update sandbox limits (#4462)

Co-authored-by: sunguroku <65516095+sunguroku@users.noreply.github.com>
Feroze Mohideen 2 yıl önce
ebeveyn
işleme
a4a216a211
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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(