Skip to content

Commit

Permalink
update sandbox limits (#4462)
Browse files Browse the repository at this point in the history
Co-authored-by: sunguroku <[email protected]>
  • Loading branch information
Feroze Mohideen and sunguroku authored Mar 27, 2024
1 parent 75e96ad commit a4a216a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard/src/lib/porter-apps/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a4a216a

Please sign in to comment.