mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* drivers/raw_exec: enable configuring raw_exec task to have no memory limit This PR makes it possible to configure a raw_exec task to not have an upper memory limit, which is how the driver would behave pre-1.7. This is done by setting memory_max = -1. The cluster (or node pool) must have memory oversubscription enabled. * cl: add cl
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
```release-note:improvement
|
|
drivers: Enable configuring a raw_exec task to not have an upper memory limit
|
|
```
|