Lines Matching refs:processes
18 One of the most common actions is to kill 1 or more processes in an attempt to recover the system.
20 for killing processes that go over their per-process memory limits.
84 | 0 | `JETSAM_PRIORITY_IDLE` | Idle processes |
87 | 75 | `JETSAM_PRIORITY_FREEZER` | Suspended & frozen processes |
88 | 100 | `JETSAM_PRIORITY_FOREGROUND` | Foreground app processes |
103 …processes: managed and unmanaged. Managed processes have their lifecycle managed by RunningBoard a…
105 Unmanaged processes go into their active jetsam band when they take out transactions.
126 - `kern.memstat_pressure_mb`: only processes which have violated their "soft/HWM" memory limits may…
127 - `kern.memstat_idle_mb`: only processes whose priority is `JETSAM_PRIORITY_IDLE` may be killed (se…
153 …he freezer thread. It's responsible for freezing processes under memory pressure and demoting proc…
158 to freeze up to that many processes before blocking. `memorystatus_pick_freeze_count_for_wakeup` re…