IMac 5 running Mountain Lion I get message "your Mac OSX start up disc has no more space available for application memory" I have moved approx. 6 apps from the dock but still get same message,what e

Receiving message  "your Mac OSX start up disc has no more space available for application memory."
This has just started in past week, I removed about 6 apps from dock to see if it cleared it but message still appears.  Mac is iMac 5 with Mountain Lion (10.8.4)
Would appreciate some help.
Barb

The message has nothing to do with available disk space. There is excessive swapping of data between physical memory and virtual memory.
That can happen for two reasons:
You have a long-running process with a memory leak (i.e., a bug), or
You don't have enough memory installed for your usage pattern.
Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. 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 process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
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.

Similar Messages

  • My MacBook Pro version 10.7.5 4GB (keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do

    My MacBook Pro (version 10.7.5 4GB)keeps crashing with the error message 'Your MAC OSX start up disk has no more space available for application memory' - what do i do.  I keep force quitting the applications and turning the computer off but it happens again after a while

    Hhow much goal and free hard disk space is available? Sounds like you need to move some things off of that hard drive.

  • When I open my iMac, I get this message - Your Mac OS X startup disk has no more space available for application memory.  ???????

    When I open my iMac, I get the following message :  Your Mac OS X startup disk has no more space available for application memory.  Then it says to quit applications not in usw and to close windows and remove files from startup disk.  It lists Safari, email and Finder.  I force a quit on all applications yet the same message comes up every time I open an application.  What do I do to get rid of this once and for all?  The computer is not even two years old and is only used for email and Safari.  Help will be greatly appreciated,

    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.

  • How do I correct a "Force Quit Applications" message?  Your Mac OS X startup disc has no more space available for application memory.

    My MacBook Pro is giving me teh following message box.     "Your Mac OS X startup disk has no space available for application memory"  How do I correct this to improve the MacBook's performance?

    There is excessive swapping of data between physical memory and virtual memory. That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the menu in the toolbar, if not already selected. 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 process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    Another process often implicated in memory leaks is "inkjet8," which is a component of the HP printing softwre. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. 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.
    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.

  • Msg states: "your Mac os x startup disk has no more space available for application memory...Removing files from startup disk may help." yet, I have 299.11GB of 319.73GB available. Why is msg received?

    The full message reads as, "
    Force Quit Applications
    Your Mac OS X startup disk has no more space available for application memory. 
    To avoid problems with your computer, quit any applications you are not using.  Closing windows and removing files from your startup disk will also help."
    Currently I have:
    Capacity: 319.73GB ; Available: 299.11GB ; Used: 20.62GB
    Why am I receiving this message and being forced to force quit items?  Both times the message has been received, Safari was open (frozen) while checking yahoo! mail.
    I received my MacBook Pro as a gift less than a month ago and I have only saved 20 pictures within iPhoto and installed Skype and Vuze...no other modifications from default have been made.
    Any idea?

    The full message reads as, "
    Force Quit Applications
    Your Mac OS X startup disk has no more space available for application memory. 
    To avoid problems with your computer, quit any applications you are not using.  Closing windows and removing files from your startup disk will also help."
    Currently I have:
    Capacity: 319.73GB ; Available: 299.11GB ; Used: 20.62GB
    Why am I receiving this message and being forced to force quit items?  Both times the message has been received, Safari was open (frozen) while checking yahoo! mail.
    I received my MacBook Pro as a gift less than a month ago and I have only saved 20 pictures within iPhoto and installed Skype and Vuze...no other modifications from default have been made.
    Any idea?

  • Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

    Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

    Why does Mac Book Pro show your mac os z startup disk has no more space available for application memory

  • This keeps popping up on my apple and prevents use.  Your Mac OS X startup disl has no more space available for application memory. What do I do?

    I am new to Macs and do not know where to go in the computer to fix this problem!

    Freeing Up Hard Disk Space
    Freeing space on your Mac OS X startup disk
    5 Quick Tips to Free Up Disk Space in Mac OS X
    Mac Performance Tips – Keep Plenty of Free Disk Space
    DaisyDisk - Analyze disk usage and free up disk space on Mac
    Clearing Disk Space on Your Mac - For Dummies

  • "Your Mac OS X startup disk has no more space available for application memory" error?

    I've searched the web high and low to resolve this issue, tried many different approaches, and have not been able to resolve it. I'm really looking for help at this point.
    I'm trying to export a 5 minute video that I've put together using FCPX 10.0.8. I export "master file" to an external hard drive and at some point in the export process I get the following popup:
    System information:
    13" mid-2011 Macbook Air
    Processor  1.8 GHz Intel Core i7
    Memory  4 GB 1333 MHz DDR3 (2GB x2)
    Graphics  Intel HD Graphics 3000 384 MB
    Software  Mac OS X Lion 10.7.5
    Hard drive: 256 SSD (107 GB available)
    FCPX project information:
    FCPX media is stored on SSD system drive and exporting to external drive
    Media is 1080p 24 frame footage shot using a Canon T2i
    Total Length of project is 5:13
    Background rendering is off
    Proxy media is created for all media but I am exporting original media
    I've tried the following:
    Freeing up more hard drive space - I've anywhere from 25 GB to 107 GB free and it does not seem to matter how much free space I have, I still get the error
    Repairing system drive - I've repaired permissions with Disk Utility and I've even performed a drive Rebuild using DiskWarrior
    Cleaning up FCPX project - I've gone through and deleted all unused media, deleted project and event render files, etc
    Cleared RAM - During export I've repeatedly ran MemoryKeeper to clear RAM and free up more memory
    System restart before attempting the export and I also boot up holding 'shift' which blocks unnecessary background tasks, dropbox, etc from starting
    Considerations/Observations:
    I've exported longer and more complex projects using the same setup with no problem, also with less free disk space
    I've never seen this error in any other situation
    The error will pop up anywhere from the export being 35% to 98% completed
    Activity Monitor during export:
    The only processes that are taking up any considerable memory are FCPX and kernal_task
    '% CPU' on FCPX jumps around from 60% or less to 250% or more
    FCPX usually has 83 threads
    'Real Memory' for FCPX can be anywhere from 300 MB to 2 GB
    It seems that when the export is at about 25% or 30% that is when the computer starts slowing down, 'Free' system memory goes down to mere megabytes, and a ton of swapfiles start to generate in .../var/vm folder which will build up until I'm out of disk space
    Sometimes the error will pop up even before I run out of disk space due to the swapfiles. Last time it came up when I still had 40 GB free
    Screenshot of Activity Monitor 'System Memory' during a previous attempt to export, taken right as the error popped up:
    Thanks in advance to anyone willing to help me figure this one out!

    I've tried the following:
    Freeing up more hard drive space - I've anywhere from 25 GB to 107 GB free and it does not seem to matter how much free space I have, I still get the error
    Repairing system drive - I've repaired permissions with Disk Utility and I've even performed a drive Rebuild using DiskWarrior
    Cleaning up FCPX project - I've gone through and deleted all unused media, deleted project and event render files, etc
    Cleared RAM - During export I've repeatedly ran MemoryKeeper to clear RAM and free up more memory
    System restart before attempting the export and I also boot up holding 'shift' which blocks unnecessary background tasks, dropbox, etc from starting
    Activity Monitor during export:
    The only processes that are taking up any considerable memory are FCPX and kernal_task
    '% CPU' on FCPX jumps around from 60% or less to 250% or more
    FCPX usually has 83 threads
    'Real Memory' for FCPX can be anywhere from 300 MB to 2 GB
    It seems that when the export is at about 25% or 30% that is when the computer starts slowing down, 'Free' system memory goes down to mere megabytes, and a ton of swapfiles start to generate in .../var/vm folder which will build up until I'm out of disk space
    Sometimes the error will pop up even before I run out of disk space due to the swapfiles. Last time it came up when I still had 40 GB free
    Like Russ said, your system specs are pretty marginal - especially the 4GB of RAM. As you are experiencing this sometimes gets rapidly depleted, so the system starts to use swap on the system drive - the internal SSD. You have written about freeing hard drive space - do you mean in the external? You really need room in the internal SSD: not for your export, but for system stuff like sleepimage, swap space etc. The error message is pretty clear: you reached a situation where there is not enough space in the SSD for your system to work properly.

  • A box keeps popping up saying "Your Mac OS X startup disk has no more space available for application memory."

    Under that is says, "To avoid problems with your computer, quit any applications you are not using. Closing windows and removing files from your startusp disk will also help." In the area where it shows what applications/files are running, it only shows Safari and Finder. I have tried quitting Safari and restarting Finder like it says but the box just keeps popping up every time I restart Safari, Firefox, Chrome, etc. I have read into this problem a little by searching the question and I have gone into my activity monitor based on others responeses to this question, but i don't understand what the activity monitor is saying or what to do within that program. I'm not very good on computers, so specific, step-by-step help will be greatly appreciated!!!

    Not really. Photoshop, Numbers however I do have 3 browsers running with a number of active windows.
    I'm beginning to think this is a Firefox issue. Activity Monitor is showing Firefox as the largest use of memory at 2.57GB (I'm on my MacPro currently) with nothing else even close to that. 6 FF windows open.
    One of my designers has just told me that he's been having the issue for a couple of weeks on his iMac too. He's concluded the same about FF and instead of leaving windows open overnight he's been quiting FF altogether in the evening and has not had the issue in the morning when he wakes his machine. (That's when it's been happening on both of mine, in the morning after leaving FF running overnight).

  • Your Mac OS X Startup Disk has no more space available for application memory?

    What burns me is this problem of slowing down to a crawl and freezing up because of something called "memory leaks" which nobody at Apple seems to be able to eliminate with any new iteration of the OS X? 
    Can you maybe try to explain this in layman's terms to someone who is a graphic artist/designer and not an IT tech? 
    Suggestions for more RAM are easy for those who can actually add more RAM, but my iMac is maxed out at 6Gigs, so tell me why my Adobe Creative Suite CS3 worked for the past few years without issues as had my HP Color LaserJet 2600n?  Now that I've "upgraded" the OS X my machine is slowing up to a snails pace compared to 3 years ago.  And I went into the printer drivers section and I was told I don't have permission to delete drivers for odd-ball printers that I don't have?
    So for those that need the information:
    I'm running OS X v.10.8.4 (12E55)
    2.8 GHz Intel Core 2 Duo
    Memory is 6 GB 667 MHz DDR2 SDRAM
    Boot ROM Version:
    IM71.007A.B03
      SMC Version (system):
    1.21f4
    Graphics: ATI Radeon HD 2600 Pro 256 MB
    Primary HDD is 500 GB with 182.77 GB free
    <Edited By Host>

    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the menu in the toolbar, if not already selected. 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 process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    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.

  • My iBook will not do anything just give me a pop up saying your Mac os x start up disk has no more space available for application memory

    Having a problem with my iBook keeping getting pop up saying.  Your Mac os x start up disk has no more space available for application memory? How do I correct this until this is fixed I can not use my iBook.      Please help also will need step by step help as I have no idea what I am doing. 
    God bless.   Thank you

    Hello,
    Using the Mac OS X disk you have for your iBook, incert and hold down 'C' during boot.
    When it loads up the menu, click utilities and then Disk Utility. (Menu at the top)
    In Disk Utility select your macintosh hard drive from the  left.
    In the right menu, select disk repair. Once the disk repair has finished, restart your iBook without the dsk in the drive.
    It should loads into Mac OS normally.
    Best of luck

  • "Your Mac OS X start up disk has no more space available for application memory. To avoid problems with your computer, quit any applications you are not using. Closing windows and removing files from your start up disk will also help -  ????

    I am still having trouble with my iMac since I last spoke with you guys about 2 weeks ago. Sorry to take so long to get back to you (things were a little wonky around here). Anyway, I did try running in Safe Mode, as Bob suggested but I continued to have the same problems. Strangely, the original message did not reappear, and has not popped up since the first time I wrote about it. However, the computer is still showing all the same problems. It is running slow, stalling in the middle of games, Youtube etc. I'm getting really sick of seeing that spinning color wheel every time I turn it on. Any advice you can give will be greatly appreciated & thank you all for all the tips and advice with my first posting.
    JT

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion's Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Also see Freeing space on your Mac OS X startup disk.
      5. See Where did my Disk Space go?.
      6. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.

  • Your Mac OS X startup disk has no more space available for pplication memory

    Since yesterday I get this message. I have seen there is a string on this but I can't find it back.
    I have:
    - A brand new MacBook Air 13 (May 2013)
    Processor  2 GHz Intel Core i7
    Memory  8 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 4000 512 MB
    Software  OS X 10.8.4 (12E55)
    HD Memory 409 GB free out of 499 GB
    8 GB Memory installed
    One application open
    This message comes back whether I restart or not. On the other string they were recommending reinstalling the whole system or some ******** like this. If that is true, this Mac is worse then any Windows **** I ever had.
    Any idea, anyone?

    There is excessive swapping of data between physical memory and virtual memory.
    That can happen for two reasons:
    You have a long-running process with a memory leak (i.e., a bug), or
    You don't have enough memory installed for your usage pattern.
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    In the Activity Monitor application, select All Processes from the menu in the toolbar, if not already selected. 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 process named "Safari Web Content" renders web pages for Safari and other applications. It uses a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider it a prime suspect.
    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.

  • What does the following mean? MAC OS X startup disk has no more space available for application memory

    I have plenty of memory,but I am forced to quit all my applications when the message appears.

    Have a look here...
    what-to-do-when-your-hard-drive-is-full.html
    And Here  >  Where did my Disk Space go?
    Lion's Storage Display

  • Your Mac OS X startup disk has no more space available for application....

    I've searched around for answers to this problem, but haven't really found a solution yet. In most cases, the person truly is running out of hard drive space, or doesn't have a lot of free memory available.
    However, this isn't the case for me. I upgraded my hard drive to a 1.5 Tb drive in my iMac and did a fresh install of Snow Leopard. I'm running 4GB of RAM, and get this message sometimes when I have still 1 to 2 GB of RAM still free. I'm only using 500GB of my 1.5Tb drive!
    Generally a reboot makes the message stay away for a week or two, but to me that's just a band-aid and not a solution. Never had this issue with any of the previous versions of OS X that I have run.
    I did restore many files from my old hard drive, but no system files.
    Anyone have any thoughts? Driving me bonkers!

    Humbug. Virtual RAM has never exceeded the free space on my machine (currently about 120 GB) and you have an order of magnitude more than I. If a perusal of all the links from that search don't point to something that will fix or identify your issue, then I have no answers. I do seem to recall, however, that MS and Adobe apps sometimes erroneously post that warning message, but I haven't seen it.

Maybe you are looking for

  • Itunes has stopped working when trying to open store

    I have gone through the uninstall/reinstall many times. Redid host file. Flush dns. Have tried many things. I noticed on one conversation on here. To go to the Action Center and click on itunes. It is saying a fault in the webkit.dll. I have no clue

  • Duplicates in Mail.app Unified Inbox (10.6.4)

    Since updating to 10.6.4 I've notice duplicate messages in the unified inbox. Anyone else? http://skitch.com/cpoteet/dj9pf/inbox-3-messages

  • New Macbook Pro 10.8 WiFi Running Slow - PLEASE HELP!

    Just bought my Macbook Pro in December. My brother and I are the only macbooks on the network, as soon as he gets on his macbook, my macbook automatically starts running slower. As soon as he stops, it starts working normal again. I have tried refres

  • Media center III

    I have tried the link for media center deluxe 3 v45.3 on http://www.sffpc.nl/xoops/modules/phpwiki/index.php?pagename=Unofficial_MSI_MEGA_PC_180_FAQ but all i get is a broken download the most i have had is a 12mb faulty download. I would like to try

  • How to install facebook  or twitter  widget in Oracle WebCenter Sites?

    Hi All, I have Installed Oracle Webcenter sites on WebLogic Server. Its working fine and I am able to access avisports and FirstSiteII. Now I want to integrate with facebooK and Twitter Widgets.i am following http://docs.oracle.com/cd/E29495_01/doc.1