FG
💻 Software

Is killing a process still considered bad for memory management?

Fresh5 days ago
Mar 15, 20264118 views
Confidence Score0%
0%

Problem

So I am having a little discussion with my boss about memory management. I've been told that killing a process does not allow it to deallocate memory. Is that still the case, or was that years ago? We're talking both Windows and OS X here.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is killing a process still considered bad for memory management?

Low Risk

No problem in my experience, kill away. As an example, if you have 4 GB of RAM, 3 GB of which is in use by a game and you kill the game process, you can restart the game without issues and it'll have 3 GB of RAM on the process again.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment