Shishir Mahajan 4f47dcedd5 Add test for memory oversubscription.
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
2021-05-19 12:33:00 -07:00

30 lines
523 B
HCL

log_level = "INFO"
plugin "containerd-driver" {
config {
enabled = true
containerd_runtime = "io.containerd.runc.v2"
stats_interval = "5s"
}
}
server {
default_scheduler_config {
scheduler_algorithm = "spread"
memory_oversubscription_enabled = true
preemption_config {
batch_scheduler_enabled = true
system_scheduler_enabled = true
service_scheduler_enabled = true
}
}
}
client {
host_volume "s1" {
path = "/tmp/host_volume/s1"
read_only = false
}
}