plume: increase memory again

This commit is contained in:
Baptiste Jonglez 2025-03-26 20:21:57 +01:00
parent 187d36eb9b
commit fe68fdf54a

View file

@ -17,8 +17,8 @@ job "plume-blog" {
network_mode = "host" network_mode = "host"
ports = [ "cache_port" ] ports = [ "cache_port" ]
# cache # cache
mount { mount {
type = "tmpfs" type = "tmpfs"
target = "/var/lib/varnish/varnishd:exec" target = "/var/lib/varnish/varnishd:exec"
readonly = false readonly = false
@ -64,8 +64,8 @@ job "plume-blog" {
} }
resources { resources {
memory = 1024 memory = 1500
memory_max = 1024 memory_max = 1500
cpu = 100 cpu = 100
} }