Skip to content

Commit

Permalink
chore: bump memory request for webserver to 400mi
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Feb 18, 2024
1 parent f86b303 commit dd03aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "helm_release" "dagster" {

set {
name = "dagsterWebserver.resources.limits.memory"
value = "300Mi"
value = "400Mi"
}

set {
Expand Down

0 comments on commit dd03aee

Please sign in to comment.