Skip to content

Commit

Permalink
fastcgi: Lower memory_max
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Oct 8, 2024
1 parent 06955c5 commit 37483e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/fastcgi.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ job "fastcgi" {
resources {
cpu = 3000
memory = 400
memory_max = 800
memory_max = 600
}

env {
Expand Down

0 comments on commit 37483e1

Please sign in to comment.