mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-13 07:24:47 +00:00
ded08b385c
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.