forked from Deuxfleurs/nixcfg
prod plume: up memory to 1GB
This commit is contained in:
parent
8e739e152f
commit
a76df0015e
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ job "plume-blog" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 200
|
||||
memory_max = 800
|
||||
memory = 1024
|
||||
memory_max = 1024
|
||||
cpu = 100
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue