FG

Unpause application in Mac OS X

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

Problem

I tried parsing a gigantic XML file and I ended up running out of virtual memory. The OS put all my applications on pause and gave me a screen to shutdown applications to free more space. I killed the XML parsing application and now have tons of space but I can't resume my paused applications anymo…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Unpause application in Mac OS X

Low Risk

Find your paused app's process ID (using either Activity Monitor or ps -ax | grep ), then issue it the CONT signal using "kill" in the terminal (don't worry, "kill" is misnamed, it just sends a signal to an app - it's called kill because the default…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment