How does iOS decide which process to kill under memory pressure (jetsam)?

Updated May 17, 2026

Short answer

Jetsam kills processes based on priority, memory footprint, and system state.

Deep explanation

The kernel assigns each process a jetsam priority class. When memory pressure increases, lower priority apps (background, suspended) are killed first. Active foreground apps are protected unless extreme pressure occurs.

Unlock with a Pro subscription to view this section.

View pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Objective-C interview questions

View all →