Imac keeps saying out of application memory.

This is truely a nucense, my imac keeps telling me it is out of application memory. I have a new 21.5 imac, i7, 8gb ram, fusion drive. Recently when havin gmore than one application open it has started to tell me that i am out of memory. Right now i was on facetime, had safari open and was surfing on one monitor while facetime was fullscreen on the other. It told me i was out of application memory. How is that even possible with two things open? I remember seeing someting about this being a problem with mavericks, I wanted ot report this to show that i am getting this also. I was wondering if anyone had any idea on a fix for this?

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a few minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/\/Users\/Shared\//b'$'\ns/\/Users\/[^/]+\//\/Users\/USER\//g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps "Model"; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]|0[^2]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '1d;/:$/{s/ *:$//;x;s/\n//p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ \(\2\)/;H;};/Apple|Genesy|Intel|SMSC/{s/.//g;h;}' | egrep -v '^ *[(]'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|openld|post[fg]|x)/{print $3}'`; Pm "Extrinsic daemons"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | egrep -v 'com\.apple\.(CSConfig|server)' | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do test -f "$d/Info.plist" || continue; ID=$($PB\ :CFBundleIdentifier "$_") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Extrinsic shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{print "not "}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print $3}'`; Ps "Netmask"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc "hosts" <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "Application check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps "UID"; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
8. If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
[Process completed]
to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • My imac is saying it has run out of application memory. What do I do?

    What do I do for this issue--my iMac (less than 1 year old) is saying that it has run out of application memory.  Does this mean that I have to delete a bunch of applications?  It's running really slow and crashes all the time now and says the applications are "paused" and I need to force quit them. 

    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
    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 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, 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.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually 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, your 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.

  • Since I installed Mavericks, the system says it run out of applications memory

    I only have opened Finder (no any other app) but my Mac says "the system has run out of application memory". I don't know what the problem is.
    I have a Late-2011 Macbook Pro with 8 GB of RAM. When I enter to "Activity Monitor" I can see that a process called "mds" use a lot of GB of RAM and 100% of my CPU and also kernel_task uses like 5 to 6 GB of my 8 GB of RAM. I reinstalled the OS and still have the problem.
    If someone can help me, I will be very grateful.
    Thanks in advance and sorry for my english.

    I have a brand new MacBook Pro.  I downloaded Mavericks, and I'm moving my information from my old MacBook Pro via Carbonite to my 2 day old MacBook Pro..  Carbonite tells me to continue to use my system...When I open Safari after a short period of time I get the Out of application memory dialog box.  I also use a Brand New IMac which is not having any problems but am I not using Carbonite until I figure out what the problem is.  So I went to the Activity Monitor and I see Safari using 8.5 GB of memory.  What do I need to do to fix this problem of  Out of application memory. As soon as I "Quit Process" for safari  in the Activity Monitor everything drops back to normal...example kenel_task went to 1.1 GB.  Note Mozella only uses 126 MB of memory.  IS the Issue Safari or something else?
    OS X
    Version 10.9.4
    Processor GHz Intel Core I7
    Memory 16GB 1600 MHz DDR3

  • I've updated my Macbook Pro and my iMac with Maverick, updating the various apps. On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory, and it's based our Mail, the only app not updated. Ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

  • I keep getting this notice: "your machine has run out of application memory". Why am I getting this message?

    Why do I keep getting the notice "your machine has run out of application memory"?
    I have a 15" Macbook Pro Retina Display with a 2.3 GHz Intel Core i7; 8 GB 1600 MHz DDR3. OS X version 10.9.2.
    I get this warning when I have a lot of programs running. I never had this issue before.

    Well Carolyn
    I feel your answer is a bit glib, since there are numerous post about this problem with Maverick.  I too am having the problem and run very minor applications
    Word, Powerpoint, Safari, AudioNotes.  Nothing which uses a ton of memory, and have gotten this message repeatedly lately. 
    I have a Macbook Pro Retina with 2.6 GHz inter i7, and 16GB 1600 MHz DDR3 memory running OS X 10.9.2.
    I am not a techie and would love a simple fix, which doesn't entail me shutting down my computer when it gets stupid.  As above I have not had this problem before either.

  • What can I do when it says "your system has run out of application memory?

    What can I do when it says "your system has run out of application memory?"

    The message has nothing to do with low disk space.
    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
    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 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, 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.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually 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, your 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.

  • Says I'm out of Application memory

    Error Message: Your system has run out of application memory.  How do I fix this?

    The message has nothing to do with low disk space.
    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
    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 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, 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.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually 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, your 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.

  • Keep getting the 'system has run out of application memory' window, what to do?

    I'm running a mid 2010 MacBook with 2.4 Ghz Intel Core 2 Duo processor and OS X 10.9.5. Every time I'm on Safari I get the 'System has run out of application memory' window and it asks you to quit out of programs you're not using.  The problem is sometimes the only things running are Safari and Finder.  It'll then freeze up programs and prevent web pages from loading or showing up.  I'm not quite sure what this means or how to go about fixing it.  Any help would be much appreciated.

    Hi Meghan,
    If you are seeing that alert that you are running out of application memory then I would take a look at using Activity Monitor to see how the memory is being used. If it looks normal usage to you, then you may want to upgrade the memory on your Mac. Take a look at the article below for more information. 
    OS X Mavericks: If your Mac runs slowly
    https://support.apple.com/kb/PH13895
    How to use Activity Monitor
    https://support.apple.com/en-us/HT201464
    Take it easy,
    -Norm G.

  • 'Your system has run out of application memory'?!

    I've seen many users experiencing this same problem throughout the community, but none of the fixes have given me a permanent solution. Details of the machine are below, as well as what happens when the problem hits/triggers.
    MBP Retina running OS X Yosemite 10.10.2 (occurred in previous versions as well, thought the latest update would help but it didn't)
    15-Inches Mid 2014 with 16 GB of Ram
    Been using this Mac for good 6 months now, and one fine day of normal usage the whole system seems really laggy and slow and all of a sudden i'm unable to access anything and barely move my mouse. Then, a window pops out, telling me "Your system has run out of application memory", gracefully showing me that I have to force quit all my programmes for me to just stare at my desktop in utter disappointment.
    I've been using Yosemite for awhile now (updated few days since the release) and haven't encountered any major issues, this being the first. Reading through many threads many have said that the problem lies with opening the Mail app, yet I haven't touched that app in months. I've also tried resetting the PRAM on my machine when it happens and the problem comes back again after several minutes of normal usage (iTunes, App Store). Checking the memory usage with the Memory Clean app, it tells me I'm down to a measly '15.58 MB' of memory, and it justfluctuates at that until I give it a restart again. This can't keep happening - I can barely use the Mac for 10 minutes without having to restart it, only to be able to use it only again for another 10 minutes.
    Opening Activity Monitor tells me that mds_stores is the main root of the problem, yet I can't seem to shut the process down. I've googled and many say that mds_stores is spotlight indexing, but taking up all 16 GB of ram? That shouldn't be the case. Is there a fix to this? Does Apple know of its existence?
    Included some screenshots below:

    Step 1
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -F '$Time $Message' -k Sender mdworker -o -k Message Rne Norm -k Sender mds | tail | pbcopy
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign ($) to appear.
    The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. 
    The Terminal window doesn't show the output. Please don't copy anything from there.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.
    Step 2
    Enter the following command as in Step 1 and post the output:
    mdutil -as 2>&- | pbcopy
    You can then quit Terminal.
    Step 3
    Launch the Console application in the same way you launched Terminal. In the Console window, look under the heading DIAGNOSTIC AND USAGE INFORMATION on the left for crash reports related to Spotlight. If you don't see that heading, select
              View ▹ Show Log List
    from the menu bar. A Spotlight crash report has a name beginning in "mds" or "mdworker" and ending in ".crash". Select the most recent such report, if any, from the System and User subcategories and post the entire contents—the text, please, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post any other kind of diagnostic report, such as hang logs—they're very long and not helpful.

  • Out of application memory

    Been troubleshooting an iMac 27" Mid 2011 for friends with a design studio. The machine was running out of application memory in seconds despite having 12 GB ram and lots of free disk space. I've seen reports of similar problems with Mavericks setups. I have been an Apple dev since 1987 and have seen a lot, but this is the worst I've seen. I have been able to calm it down a little, but it is still not 100%. The machine in question qualified for a new logic board and video card update which was duly installed by Apple certified techs. It has spent hours running diagnostic checks. At one stage it refused to turn on, took it back to the repair shop. They plugged it in and it worked and more diagnostics revealed nothing untoward. So ok back to me.
    Trying to work with machines in this state is difficult and I thought I'd share the steps I took to try to improve the situation.
    Obviously normal Apple Diagnostic tests were not revealing the cause of the behaviour.
    I searched for others with similar issues, and looked at the advice. BTW I found Linc Davis to be contributing his usual thoughtful experience to this and would recommend reading his take on this and other issues.
    This behaviour reminded me of fixing virus infested machines. To keep the machine alive long enough to add Anti Virus software I set Terminal to start at login. Then I was able to run Top and observe the insane processes in real time. [Activity Monitor was a no go at this point] By killing the stuck processes it gave me enough time to download install Sophos, and work on the iMac. Sophos found some virus infected email attachments and dealt with them.
    Backed up the machine
    Reset the SMC
    Reset the parameter ram
    Started up from Mavericks Recovery DIsk and from there used Disk Utility to repair permissions and check the disc.
    The machine was running Mavericks 10.9.2 and decided to reinstall Mavericks. You can go back to 10.9. I had previously saved Mountain Lion and Mavericks installs on an external drive. You can install over the net - but a much longer process and not for flaky machines. Amazingly the iMac was stable throughout the Mavericks reinstall and it was successful.
    It's early days but the iMac is much better. The designers mostly use Photoshop, Illustrator, Apple Mail and Safari. They work with large images for print and need fast solid machines. Interestingly as a side note, the machine was solid for a few hours and I tried to fire up Photoshop to give it a real test. Photoshop needed to install a java runtime to function? Ok installed java runtime. Opened Photoshop. Worked for a little then Crash. Grey screen of death.
    One step forward two steps back. Time to let the designers have a go again.They can make it crash good. Would recommend new MacPro's for them but Adobe hasn't got its act together to take advantage of the power available, so staying with iMacs for now.
      Model Name:          iMac
      Model Identifier:          iMac12,2
      Processor Name:          Intel Core i5
      Processor Speed:          2.7 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          12 GB
      Boot ROM Version:          IM121.0047.B1F
      SMC Version (system):          1.72f2
    System Version: OS X 10.9 (13A603)
    Kernel Version: Darwin 13.0.0
    Boot Mode: Normal
    Model: iMac12,2
    USB
       USB Optical Mouse (Logitech Inc.)
       MEDION MD 86360 (Medion AG)
    System diagnostics
       2014-03-31 PenTabletDriver crash
       2014-03-31 PenTabletDriver crash
       2014-03-31 SophosAutoUpdate crash
       2014-03-31 mds crash
       2014-03-31 mds_stores crash
       2014-03-31 mds_stores crash
       2014-03-31 mdworker crash
       2014-03-31 mdworker crash
       2014-04-01 Kernel panic
       2014-04-01 PenTabletDriver crash
    User diagnostics
       2014-03-28 hiutil crash
       2014-03-28 hiutil crash
       2014-03-28 syncdefaultsd crash
       2014-03-28 ubd crash
       2014-03-29 Safari crash
       2014-03-29 pkgutil crash
       2014-03-31 CVMCompiler crash
       2014-03-31 ReportCrash crash
       2014-03-31 WiFiKeychainProxy crash
       2014-04-01 Finder crash *
              * Code injection
    Kernel messages
       Mar 31 18:38:51   hfs: mounted TIME on device disk2s6
       --- last message repeated 1 time ---
       Mar 31 18:46:45   hfs: unmount initiated on TIME on device disk2s6
       Mar 31 18:46:47   hfs: mounted TIME on device disk2s6
       Mar 31 20:00:05   hfs: unmount initiated on TIME on device disk2s6
       Mar 31 20:00:20   hfs: mounted TIME on device disk2s6
       Mar 31 20:03:46   hfs: unmount initiated on TIME on device disk2s6
       Mar 31 20:05:47   hfs: mounted TIME on device disk2s6
       Mar 31 20:05:50   hfs: unmount initiated on TIME on device disk2s6
       Mar 31 20:06:06   hfs: mounted TIME on device disk2s6
    Loaded extrinsic kernel extensions
       com.sophos.nke.swi (9.0.53)
       com.sophos.kext.sav (9.0.53)
    Extrinsic daemons
       com.sophos.webd
       com.sophos.sxld
       com.sophos.scan
       com.sophos.notification
       com.sophos.intercheck
       com.sophos.configuration
       com.sophos.autoupdate
       com.promise.httpd
       com.promise.emaild
       com.promise.bgasched
       com.adobe.fpsaud
    Extrinsic agents
       com.wacom.pentablet
       com.sophos.uiserver
       com.adobe.ARM.UUID
    launchd items
       /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
                 (com.adobe.AAM.Startup-1.0)
       /Library/LaunchAgents/com.sophos.uiserver.plist
                 (com.sophos.uiserver)
       /Library/LaunchAgents/com.wacom.pentablet.plist
                 (com.wacom.pentablet)
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.adobe.SwitchBoard.plist
                 (com.adobe.SwitchBoard)
       /Library/LaunchDaemons/com.promise.bgasched.plist
                 (com.promise.bgasched)
       /Library/LaunchDaemons/com.promise.emaild.plist
                 (com.promise.emaild)
       /Library/LaunchDaemons/com.promise.httpd.plist
                 (com.promise.httpd)
       /Library/LaunchDaemons/com.sophos.autoupdate.plist
                 (com.sophos.autoupdate)
       /Library/LaunchDaemons/com.sophos.configuration.plist
                 (com.sophos.configuration)
       /Library/LaunchDaemons/com.sophos.intercheck.plist
                 (com.sophos.intercheck)
       /Library/LaunchDaemons/com.sophos.notification.plist
                 (com.sophos.notification)
       /Library/LaunchDaemons/com.sophos.scan.plist
                 (com.sophos.scan)
       /Library/LaunchDaemons/com.sophos.sxld.plist
                 (com.sophos.sxld)
       /Library/LaunchDaemons/com.sophos.webd.plist
                 (com.sophos.webd)
       Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
                 (com.adobe.AAM.Scheduler-1.0)
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
                 (com.adobe.ARM.UUID)
    Extrinsic loadable bundles
       /System/Library/Extensions/EPSONUSBPrintClass.kext
                 (com.epson.print.kext.USBPrintClass)
       /System/Library/Extensions/Pen Tablet.kext
                 (com.wacom.kext.pentablet)
       /System/Library/Extensions/TabletDriverCFPlugin.bundle
                 (No bundle ID)
       /Library/Extensions/SophosNetworkInterceptor.kext
                 (com.sophos.nke.swi)
       /Library/Extensions/SophosOnAccessInterceptor.kext
                 (com.sophos.kext.sav)
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
                 (com.AdobeAAMDetectLib.AdobeAAMDetect)
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
                 (com.adobe.acrobat.pdfviewer)
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
                 (com.adobe.acrobat.pdfviewerNPAPI)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (com.macromedia.Flash Player.plugin)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
                 (com.apple.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/WacomNetscape.plugin
                 (com.wacom.tabletplugin)
       /Library/Internet Plug-Ins/WacomTabletPlugin.plugin
                 (com.WacomTabletPluginLib.WacomTabletPlugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/PenTablet.prefPane
                 (com.wacom.PenTabletSettingsPrefPane)
       /Library/ScriptingAdditions/Adobe Unit Types.osax
                 (No bundle ID)
    Modified periodic scripts
       /etc/periodic/daily/110.clean-tmps
       /etc/periodic/daily/130.clean-msgs
       /etc/periodic/daily/140.clean-rwho
       /etc/periodic/daily/199.clean-fax
       /etc/periodic/daily/310.accounting
       /etc/periodic/daily/400.status-disks
       /etc/periodic/daily/420.status-network
       /etc/periodic/daily/430.status-rwho
       /etc/periodic/daily/999.local
       /etc/periodic/monthly/199.rotate-fax
       /etc/periodic/monthly/200.accounting
       /etc/periodic/monthly/999.local
       /etc/periodic/weekly/320.whatis
       /etc/periodic/weekly/999.local
    User login items
       iTunesHelper
       Dropbox
    Restricted user files: 90
    Elapsed time (s): 61

    Thu Apr  3 17:47:32 2014
    panic(cpu 0 caller 0xffffff8001edc19e): Kernel trap at 0xffffff8001ffa684, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00007fff79c633e0, CR3: 0x0000000003489002, CR4: 0x00000000000606e0
    RAX: 0xffbfff801c6fbc00, RBX: 0xffffff8162dc3bb8, RCX: 0xffffff801c6dae08, RDX: 0xffffff8025cbfc30
    RSP: 0xffffff8162dc3b50, RBP: 0xffffff8162dc3b50, RSI: 0xffffff801c116cd8, RDI: 0xffbfff801c6fbc00
    R8:  0x0000000000000000, R9:  0x000000000000000b, R10: 0xffffff8162dc3900, R11: 0xffffff801e02bb20
    R12: 0x0000000000000000, R13: 0xffffff8025cbfc30, R14: 0xffffff8025cbfc30, R15: 0xffffff8002502750
    RFL: 0x0000000000010286, RIP: 0xffffff8001ffa684, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007fff79c633e0, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8154910c50 : 0xffffff8001e22f69
    0xffffff8154910cd0 : 0xffffff8001edc19e
    0xffffff8154910ea0 : 0xffffff8001ef3606
    0xffffff8154910ec0 : 0xffffff8001ffa684
    0xffffff8162dc3b50 : 0xffffff800215fbcc
    0xffffff8162dc3ba0 : 0xffffff8001fff2d2
    0xffffff8162dc3bf0 : 0xffffff8001fdaab5
    0xffffff8162dc3c30 : 0xffffff8001fc9899
    0xffffff8162dc3c90 : 0xffffff8001fdb9c1
    0xffffff8162dc3ce0 : 0xffffff8001fdaf60
    0xffffff8162dc3d20 : 0xffffff8001fdb4c0
    0xffffff8162dc3db0 : 0xffffff8001fe4287
    0xffffff8162dc3e10 : 0xffffff8001fdc8ea
    0xffffff8162dc3e50 : 0xffffff80021dba5a
    0xffffff8162dc3ec0 : 0xffffff80021ea358
    0xffffff8162dc3f50 : 0xffffff800223de23
    0xffffff8162dc3fb0 : 0xffffff8001ef3e06
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000001c00000
    Kernel text base: 0xffffff8001e00000
    System model name: iMac12,2 (Mac-942B59F58194171B)
    System uptime in nanoseconds: 573429658726
    last loaded kext at 245574730081: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f82768000, size 65536)
    last unloaded kext at 368226394959: com.apple.driver.AppleUSBUHCI          650.4.0 (addr 0xffffff7f82a5c000, size 65536)
    loaded kexts:
    com.sophos.kext.sav          9.0.53
    com.sophos.nke.swi          9.0.53
    com.apple.filesystems.afpfs          11.0
    com.apple.nke.asp-tcp          8.0.0
    com.apple.filesystems.smbfs          2.0.0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.kext.AMDFramebuffer          1.1.4
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.AMDRadeonX3000          1.1.4
    com.apple.driver.AppleIntelHD3000Graphics          8.1.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.kext.AMD6000Controller          1.1.4
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleIntelSNBGraphicsFB          8.1.8
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AirPort.Atheros40          700.74.5
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.kext.AMDSupport          1.1.4
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1

  • How do i resolve an issue where i have run out of application memory?

    My imac says i have run out of application memory and that i should quit applications. How do i resolve this issue?

    The message has nothing to do with low disk space.
    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
    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 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, 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.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually 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, your 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.

  • "Your system has run out of application memory"! Help, please! Thanks!

    Hi,
    Just got the unsettling message saying "Your system has run out of application memory" and I was instructed to close down applications I wasn't using, including browsers, or I might have problems with my computer. Yeesh. This is scary. Is the solution to buy more RAM? Bear with me, I really don't know what to do, and I'd appreciate your help.
    Thanks,
    Kcat
    Tried to update my product listings, but it wouldn't work. I have OS X Mavericks, 10.9.2 on my iMac desktop.

    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
    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 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, 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.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually 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, your 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.

  • Running out of application memory - AVCHD MultiCam edit

    I need help badly.
    I'm editing a MultiCam sequence, consisting of (3) AVCHD video tracks.  I'm getting a constant error message: "Your system has run out of application memory", then pauses, or is not responsive.
    Basic setup:
    Premiere Pro CC 2014
    iMac (mid 2011)
    OSX 10.9.4
    2.8 GHz Intel Core i7
    16 GB ram
    (Don't have an approved graphics card for Mercury Playback Engine)
    Video and Audio files are on (2) FireWire 400 drives, striped for Raid 0.  Set this up in Disk Drive Utility on the iMac.
    My remedies so far:
    Shut down other programs.
    Switched Optimized Rendering from 'Performance' to 'Memory'.
    Moved the Video and Audio Preview folders away from the project drive, to my Documents folder on main drive.
    Cleaned out the Media Cache in Premiere.
    This is the first time I've edited AVCHD files in a multi cam sequence.  I'm not sure where the bottleneck is.
    Appreciate any help.
    Doug Palmer

    I would suspect it is a drive access problem.  First drives on Firewire 400 and even in RAID 0 probably are not very high throughput and even then when you put those files on your main hard drive it is bogged down with all sorts of other traffic.  Take a look at the chart on our PC-centric PPBM7 website  called:
    "Typical Sustained Transfer Rates depending on the Disk Interface"
    Here you can see that your Firewire 400 drives are typically 30-40 MB/sec and that even if you get slightly better transfer rates from the RAID is probably not enough for three AVCHD streams.  I am editing three AVCHD streams (not multicam) off an USB 3 device but it's read rate is >180 MB/second, see below.
    Unfortunately you do not have a USB 3 interface on a 2011 computer.  Not being familiar with MAC's, I cannot suggest a solution for you.
    I am assuming that a single AVCHD clip you probably do not have any problems.

  • Out of Application Memory after installing Mavericks

    I have just upgraded to Mavericks on my retina macbook pro 16g ram and i cant run any applications.
    I keep getting an error message stating i have run out of application memory.
    I have 400G left on my hard drive, my lap top is now useless.
    Please help,, having to post using iphone.
    Thanks for any help!!
    Alf

    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.corerecents.recentsd
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. Log out or restart the computer and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Yosemite update causes error 'run out of application memory'

    Hi, i use a
    Mid 2011, 13 inch MacBook Air with i7, 4gb ram and 66gb left on my storage (out of 256gb). Currently running OS X Yosemite 10.10, updated via Appstore 2 days ago.
    Ever since the update, while carrying out usual task such as 'mail' and 'safari' concurrently, i get error message stating 'run out of application memory', the situation is even worse when i have to run excel and word at the same time.
    Not sure if the new OS is taking up memory because my tasks are routine and i never had problem prior to the update.
    Comments?
    Cheers
    David

    Greetings Everyone,
    I use a mid 2011 iMac 27", 3.4 GHz, 16GB 1333 Mhz DDR3 with 457.08 GB free and a 4Tb Thunderbolt drive as my backup and media player total contents 1.2TB.
    Since I installed Yosemite and its update 10.10 my iMac takes for ever to boot up and everything has slowed to a snails pace and now I am getting this annoying "You Have Run Out of Application Memory" and you must force quit all of these application. Luckily I now have a back up for what I am working on and don't lose most of my work on projects having to force quit all of the applications that I happen to have open.
    I have been using a Mac since it was a small rectangular box with a B&W CRT and I have never encountered a problem like this before with a new OS release.
    This reminds me of the days when we used to go to lunch waiting for our mac's to render a project and hope it didn't crash and now its when I boot up a screaming hot machine and do my work on it.
    Is there anything I can do or is this a "your stuck with it until an update fixes this or these bugs".
    Comments?
    Cheers,
    Scott

Maybe you are looking for

  • Import CSV/Excel data into Flex Datagrid using Java/JSP

    Hi, Is there any way we can import excel/csv data into flex datagrid component. I see that is been done using php in this site. http://code.google.com/p/as3xls/ Any help would be appreciated. Thanks in advance

  • Gaussian blur brush?

    Is it possible to select the brush tool and have it work as a gaussian blur brush? I'd like to be able to brush in the blur if possible to small areas rather than use the lasso tool method. THANKS

  • Problems opening CR2 files in CS2

    I have CS2 and have always been able to open the RAW files produced by my OlympusC5050. I now have a Canon S95 and photoshop will not open the CR2 files it produces. After some research I downloaded a DNG converter and used this. However, the results

  • Button scaling for longer titles

    Hi, I am unable to find a way within catalyst to make buttons that scale based on the length of their text - is there a way to accomplish this? i would prefer not to stretch the entire background to fit, but keep the left and right caps intact and sc

  • Disc Drive ejecting CDs

    My disc drive will play some DVDs but when I put a CD in, the drive will make a couple attempts to read it an then spit it out. The CD is brand new. What should I do?