forked from Deuxfleurs/nixcfg
Activate memory oversubscription+use it for Plume
This commit is contained in:
parent
72d033dcd4
commit
b5328c3341
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ job "plume-blog" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
memory = 500
|
memory = 200
|
||||||
|
memory_max = 800
|
||||||
cpu = 100
|
cpu = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue