Enable memory oversubscription (#102)

* Enable memory oversubscription

* Fix and add e2e test
This commit is contained in:
Maximilian Paß
2022-03-18 08:31:27 +01:00
committed by GitHub
parent 708ae3679e
commit a41659eed4
8 changed files with 46 additions and 14 deletions

View File

@ -10,5 +10,6 @@ server {
# https://www.nomadproject.io/docs/configuration/server
default_scheduler_config {
scheduler_algorithm = "spread"
memory_oversubscription_enabled = true
}
}