mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
![Thomas Zimmermann](/assets/img/avatar_default.png)
The preference settings hal.processPriorityManager.gonk.backgroundOomAdjust, hal.processPriorityManager.gonk.foregroundOomAdjust, and hal.processPriorityManager.gonk.masterOomAdjust have been replaced by hal.processPriorityManager.gonk.backgroundOomScoreAdjust, hal.processPriorityManager.gonk.foregroundOomScoreAdjust, and hal.processPriorityManager.gonk.masterOomScoreAdjust. The new settings adopt the semantics of /proc/<pid>/oom_score_adj and the default values have been changed accordingly. The interface to the OOM killer interface is still /proc/<pid>/oom_adj, and its input values are computed from the settings.