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"
ports = [ "cache_port" ]
# cache
mount {
# cache
mount {
type = "tmpfs"
target = "/var/lib/varnish/varnishd:exec"
readonly = false
@ -64,8 +64,8 @@ job "plume-blog" {
}
resources {
memory = 1024
memory_max = 1024
memory = 1500
memory_max = 1500
cpu = 100
}