FG

How do I quickly stop a process that is causing thrashing (due to excess memory allocation)?

Fresh3 days ago
Mar 15, 202613935 views
Confidence Score0%
0%

Problem

We've all experienced it--some program is asked to do something that requires a huge amount of memory. It dutifully tries to allocate all this memory, and the system immediately begins thrashing, swapping endlessly and becoming sluggish or non-responsive. I most recently experienced this on my Ubun…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I quickly stop a process that is causing thrashing (due to excess memory allocation)?

Low Risk

Press Alt-SysRq-F to kill the process using the most memory: The SysRq key is usually mapped to the Print key. If you're using a graphical desktop you might need to press Ctrl-Alt-SysRq-F in case pressing Alt-SysRq triggers another action (e.g. snap…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment