Module: SuspendingAppPriorityManager

The module's responsibility is to actively kill a suspending app window according to launch time if there're too many suspending app window instances running.

About suspending: if an app is killed by OOM killer, it would remain in the task manager if 'app-suspending.enabled' is turned on.

It depends on the app stack managed by StackManager.

Source:

Requires

  • module:StackManager
  • module:System