app(server): rename oom_disabled
to oom_killer
and invert existing values
This commit is contained in:
parent
450fba00bc
commit
7665eea14d
16 changed files with 63 additions and 256 deletions
|
@ -64,7 +64,7 @@ class ServerTransformer extends Transformer
|
|||
'disk' => $model->disk,
|
||||
'io' => $model->io,
|
||||
'memory' => $model->memory,
|
||||
'oom_killer' => !$model->oom_disabled,
|
||||
'oom_killer' => $model->oom_killer,
|
||||
'swap' => $model->swap,
|
||||
'threads' => $model->threads,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue