Skip to content

Commit

Permalink
Adjust memory limits bassed on grafana metrics (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Oct 11, 2024
1 parent 07f1b19 commit e6f9acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jobs/memcached.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ job "memcached" {
memory_hard_limit = 40
}
resources {
memory = 20
memory = 30
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions jobs/mysql.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ job "mysql" {
}

resources {
memory = 500
memory_max = 700
memory = 700
memory_max = 800
}

env {
Expand Down

0 comments on commit e6f9acd

Please sign in to comment.