plume: increase memory again
This commit is contained in:
parent
187d36eb9b
commit
fe68fdf54a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue