Skip to content

Commit

Permalink
chore: bump memory limit for dashboard to 1Gi
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Aug 8, 2024
1 parent 2683310 commit a21f379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ package constants

const (
// Dashboard
DefaultDashboardMemoryLimit = "256Mi"
DefaultDashboardMemoryLimit = "1024Mi"
DefaultDashboardMemoryRequest = "32Mi"
DefaultDashboardCpuLimit = "500m"
DefaultDashboardCpuRequest = "100m"
Expand Down

0 comments on commit a21f379

Please sign in to comment.