Force Quit Applications Error Message

I constantly get "Force Quit Applications" error message on my iMac. It says the following, "Your system has run out of application memory. To avoid problems with your computer, quit any applications you are not using." The only applications that are open are Finder and Safari.


Here are the specifications of my system:


OS X El Capitan Version 10.11.2

iMac Retina 5 K, 27 inch, Mid 2015

Processor 3.3 GHz Intel Core i5

Memory 8GB 1600 MHz DDR3


It's a new computer, less than a year old. Never had this error message before. It started appearing about 1 month ago and keeps popping up intermittently, almost every day. The computer slows down when I get this message and even trying to restart it takes a very long time. Sometimes I have to press the restart button on the back to restart it.


Please help. How do I fix this?

iMac with Retina 5K display, OS X El Capitan (10.11.2)

Posted on Apr 3, 2016 8:16 PM

Reply
Question marked as Top-ranking reply

Posted on Apr 3, 2016 9:11 PM

There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:

A long-running process with a memory leak (a kind of bug)

Not enough memory for your usage pattern

Please note that if the cause is a memory leak, installing more memory will not help. That's likely if you already have more than 4 GB of memory. Tracking down a memory leak can be difficult, and it may come down to a process of elimination.

These instructions are for OS X 10.9 and later. Some details may be slightly different for earlier versions of OS X.

When you notice the slowdown, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select

View ▹ Columns ▹ Real Memory

from the menu bar.

If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.

"Wired" memory should be less than half of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If most of the memory is wired, that may be an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.

If you don't have an obvious memory leak, the options are to install more memory (if possible) or to run fewer programs simultaneously.

The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command:

sudo leaks -nocontext -nostacks process | grep total

where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

6 replies
Question marked as Top-ranking reply

Apr 3, 2016 9:11 PM in response to DVS SD

There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:

A long-running process with a memory leak (a kind of bug)

Not enough memory for your usage pattern

Please note that if the cause is a memory leak, installing more memory will not help. That's likely if you already have more than 4 GB of memory. Tracking down a memory leak can be difficult, and it may come down to a process of elimination.

These instructions are for OS X 10.9 and later. Some details may be slightly different for earlier versions of OS X.

When you notice the slowdown, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select

View ▹ Columns ▹ Real Memory

from the menu bar.

If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.

"Wired" memory should be less than half of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If most of the memory is wired, that may be an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.

If you don't have an obvious memory leak, the options are to install more memory (if possible) or to run fewer programs simultaneously.

The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command:

sudo leaks -nocontext -nostacks process | grep total

where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the leaks(1) man page and the Apple developer documentation for details.

Apr 4, 2016 12:46 AM in response to DVS SD

DVS SD wrote:


It's a new computer, less than a year old. Never had this error message before. It started appearing about 1 month ago and keeps popping up intermittently, almost every day. The computer slows down when I get this message and even trying to restart it takes a very long time. Sometimes I have to press the restart button on the back to restart it.

Just to add to what Linc posted, if you installed something that is not 100% compatible with El Capitan or is poorly written, it can cause your symptoms. Unless you are having a hardware problem computers don't suddenly start misbehaving. What did you install "about 1 month ago"?

Apr 4, 2016 6:08 PM in response to dialabrain

The only thing I installed recently is the OsiriX Lite application for viewing DICOM images. User uploaded file


I can't think of anything else that I recently installed. Seagate Dashboard seems to be using huge amount of Real Memory, 5 GB! I have no idea why. Should I close it or uninstall it? I also have LYVE running in the background to backup images from the cellphone, and Backblaze to upload pictures to remote server for backup.

Apr 4, 2016 6:13 PM in response to DVS SD

The Seagate drive software is causing the problem. You should either remove it or refer to Seagate for support (which is probably a waste of time.) The software is not needed to use the drive.

Any third-party software that doesn't install from the App Store or by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.

Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.

I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.

Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking the Customize button, if there is one.

Back up all data before making any changes.

You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.

If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.

Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

Apr 4, 2016 6:05 PM in response to Linc Davis

Hi Linc,


Thanks for your reply. I did what you suggested. Here is an image of what I'm seeing in the Activity Monitor. Any suggestions of what it could be? Can it be the Seagate Dashboard, that's #1 on the list at 5.02 GB?? It looks like almost of all of RAM memory is being used, 7.40GB out of 8GB!! That's crazy. Is the Seagate Dashboard? That's the thing that got installed with my Seagate external hard drive. But it was there the whole time, and the computer only recently started acting up.


User uploaded file

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Force Quit Applications Error Message

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.