chiark / gitweb /
pid1: turn memory accounting on by default now
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Feb 2018 18:59:53 +0000 (19:59 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:56 +0000 (07:58 +0200)
commit811fb7d0179eeed9c928e4a6ac3c8aaac4c3800d
tree1babb878bf380bc752beb0735154d6236fece63f
parent69efcf51adbe0382c11d83d04e14279fe010d2b2
pid1: turn memory accounting on by default now

After discussions with @htejun it appears it's OK now to enable memory
accounting by default for all units without affecting system performance
too badly. facebook has made good experiences with deploying memory
accounting across their infrastructure.

This hence turns MemoryAccounting= from opt-in to opt-out, similar to
how TasksAccounting= is already handled. The other accounting options
remain off, their performance impact is too big still.
NEWS