prod plume: up memory to 1GB

This commit is contained in:
Maximilien Richer 2025-01-19 22:55:27 +01:00
parent 8e739e152f
commit a76df0015e
Signed by untrusted user: maximilien
GPG key ID: 04FD5063D6D43365

View file

@ -26,8 +26,8 @@ job "plume-blog" {
} }
resources { resources {
memory = 200 memory = 1024
memory_max = 800 memory_max = 1024
cpu = 100 cpu = 100
} }