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
|
@ -52,8 +52,6 @@ export default () => {
|
|||
io: server.limits.io,
|
||||
cpu: server.limits.cpu,
|
||||
threads: server.limits.threads || '',
|
||||
// This value is inverted to have the switch be on when the
|
||||
// OOM Killer is enabled, rather than when disabled.
|
||||
oomKiller: server.limits.oomKiller,
|
||||
},
|
||||
featureLimits: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue