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"
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue