url/shlink: cut memory request 960Mi → 512Mi
Right-sizing per krr report (2026-05-22, memory id=2431-2438). Live pod working set is ~80 MiB; 512Mi leaves comfortable headroom for the Symfony+RoadRunner footprint. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
02ea5da8dc
commit
17c1ef73be
1 changed files with 2 additions and 2 deletions
|
|
@ -226,11 +226,11 @@ resource "kubernetes_deployment" "shlink" {
|
|||
# }
|
||||
resources {
|
||||
limits = {
|
||||
memory = "960Mi"
|
||||
memory = "512Mi"
|
||||
}
|
||||
requests = {
|
||||
cpu = "25m"
|
||||
memory = "960Mi"
|
||||
memory = "512Mi"
|
||||
}
|
||||
}
|
||||
port {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue