OSX start up disc has no more space available for applicaion memory

Apop up comes on the screen that says "OSX" ... the start up disc has no more space avaiable for appication memory.

This is intended as constructive feedback (for whatever that is worth).
I have read all the threads since 2010 regarding the error message: "Your Mac OS X startup disc has no more space available for application memory." The solutions suggested here are well intended and surely will help the folks with inadequate memory or memory usage problems.
However, like some others who have posted here, none of the solutions posted here (since 2010) relate to my getting this error message. When I get this message, my Mac mini has no memory shortage, does not have too many applications running nor does it need the trash emptied.
I am not a guru by any means, but I've been a Mac user since 1992. I can tell you that when I get this error message it is some kind of glitch -- an erroneous error message.
I'm sure of this because when I restart my Mac, the problem goes away for several weeks -- then it comes back. I have checked my activity monitor and there are no issues with memory usage. 
I suspect that some Macs develop a problem over time that causes this error message to pop up -- but it is not actually related to memory usage. It is an erroneous message, but I have no idea what causes it.
Just my 2 cents worth.

Similar Messages

  • 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.

  • 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.

  • MAC startup disc has no more space available for application memory.

    I have a new mac, very little memory being used, and only a few programs being run...safari, i-tunes, etc. This error window keeps coming up "Your Mac OS X Start up disc has no more space available for application memory. To aviod problems, quit any applications and close windows you are not using. removing files you are not using from your start up disc will help". This window will come up with only finder and safari running, no other applications running. This has been going on for several weeks now off and on. What is causing this and what can I do?

    I've had safari, mail and itunes open for a bit this afternoon. Terminal is showing (0) pages in and (0) pages out. I'll continue to keep them open and see what happens and report back if it changes! Here's the rest of the data showing at this time.
    Processes: 49 total, 5 running, 44 sleeping, 260 threads           16:02:59
    Load Avg: 0.07, 0.20, 0.16  CPU usage: 1.44% user, 2.65% sys, 95.90% idle
    SharedLibs: 7052K resident, 10M data, 0B linkedit.
    MemRegions: 18435 total, 501M resident, 15M private, 564M shared.
    PhysMem: 817M wired, 803M active, 265M inactive, 1886M used, 2206M free.
    VM: 122G vsize, 1041M framework vsize, 91422(0) pageins, 0(0) pageouts.
    Networks: packets: 261079/251M in, 215760/24M out.
    Disks: 106874/1947M read, 143722/2035M written.

  • 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

  • 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.

  • "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.

  • IMac 27" Start Up Disk has no more space available for memory

    I get this message on occasion now. The Message, "Your Mac OSX start up disk has no more space available for application memory".
    I have a 1 TB HD ,799GB Available, 220GB Used. Running 10.6.2 OSX.
    I have tried Onyx, repairing permissions in the disc utility, and the problem goes a way for a while but will pop up if I start running multiple apps.Rebooting seems to cure this problem for a while.
    Looking for answers.
    thanks

    Hi and Welcome to Apple Discussions...
    Try booting fron your install disc. The startup disk may need repairs.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. *Make sure there is always 10% to 15% free disk space*
    If you cannot boot from your install disc, try booting in Safe Mode
    Carolyn

  • "Your Mac OSX startup disk has no more space available for application memory" - uploading files problem

    Hi everyone,
    I'm running a late-2012 27 inch iMac - 3.4GHz Intel Core i7, 32GB 1600 MHz DDR3 with the 3TB fusion drive, OS 10.8.4. At present there is 1.92TB of available storage.
    I have received this message "Your Mac OSX startup disk has no more space available for application memory" just before a full on crash multiple times in the past couple of days whilst using WeTransfer to send over some large files (500MB+). The applications I have had open at the time have been: Activity Monitor, App Store, Firefox, and Finder. Over the course of uploading the files, the active system memory has gone from 1.04GB and steadily increased until it more or less maxes out around 29GB, at which point the Page Outs rocket up to around 40GB/s and the swap memory fills up pretty quickly until the computer basically can't take any more and blacks out.
    This is a pretty new thing, haven't really had an issues before. My main software used: Sibelius 7 & Logic Pro X. I've also recently started working with Final Cut Pro X, which seems to have been struggling at points. I've tried closing everything, restarting the computer and not opening anything (specifically NOT FCPX) before attempting an upload. I've even gone so far as to remove FCPX from my system, and yet the problem is still recurring. Both "kernal_task" and "WindowServer" have been running high on CPU when these problems have occurred.
    Does anyone know what might be the issue and how it could possibly be resolved?
    Really appreciate any help, I'm in the middle of a fairly sizeable project and the deadlines are just around the corner.
    Thanks,
    Tom

    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.
    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.

  • Error Message: Your mac osx startup disk has no more space available for application memory.

    Hi everyone:
    I have a 2010 27" imac.  Dual Core i3, 3.2 GHz and 8GB of 1333MHz DDR3 RAM, and a 90% empty 500 GB Hard Drive.  Running Snow Leopard 10.6.6
    I have received a message intermittently since I got the iMac.  The Force Quit menu comes up and says "Your mac osx startupdisk has no more space available for application memory".  Sometimes there are a few applications open.  Sometimes none.  Whenever I look in the Activity Monitor Utility I see 2 or 3 gigs of RAM still available for use, and lots of hard drive space. 
    Im not sure why I'm getting the message, nor what to do to rectify it.  Quitting applications, like it suggests doesn't seem to help.
    I am grateful for any advice.
    Lauren

    Hey Lauren.
    First of all you do have some software updates you should be doing. 10.6.7 came out a few weeks ago. Sometimes doing all of your software updates resolve issues such as this.
    To check for software updates click the Apple and then Software updates.
    As this issue is someone broad, I would test one of the articles below to narrow down your issue.
    http://support.apple.com/kb/HT1199?viewlocale=en_US
    http://support.apple.com/kb/TS1388?viewlocale=en_US
    Let me know if you need extra ideas.
    Regards,
    Britt.

  • New MacAir error states "your Mac OSX startup disk has no more space available for application memory"  All I have added is MS Office

    My new Mac Air states that my " Mac OSX startup disk has no more space available for application memory" and wants to force quit Safari.  I have only added MS Office to the computer and Carbonite.  Any suggestions?

    Select the icon of your startup volume ("Macintosh HD," unless you renamed it) in the Finder and open the Info window. What value is shown for Available (space)?

  • Mac os x startup disk has no more space available for application memory

    Suddenly over the past 2-3 weeks, first my iMac, then my Mac Pro both started giving me the pop-up error message: "Your mac os x startup disk has no more space available for application memory" offering for me to Force Quit open applications. Which does not work. Restarting temporarily helps, but the error will eventually return.
    I have over 50% available in HD space on the iMac.
    Also, I do not know if this is related, but the computers are running very slowly as well.
    Additionally, before all of this, our Contact data, sync with Mobile Me, tripled in size with duplicates and jumbled messages.
    Seemed like a cascade of failures beginning with contacts and ending with the memory error.
    I have tried Applejack several times to no avail.
    Any one have any ideas? Thanks.

    CMCSK wrote:
    first my iMac, then my Mac Pro
    I have over 50% available in HD space on the iMac.
    What about the Mac Pro? How large is your hard drive on both computers?
    Problem first appeared on the iMac, then the MacPro starting giving the same error.
    MacPro 999.5 GB total, 277 GB available
    iMac 499.76 GB total, 214 GB available
    "Your mac os x startup disk has no more space available for application memory"
    Is FileVault enabled?
    Never (unless it turned on itself)
    have tried Applejack several times to no avail.
    Have you tried using _Disk Utility from your install disc?_
    From the HD, but not from from install disk. I will dig it out and try it.
    Did you run Apple's Hardware Test?
    Where do I find this?
    Did you disconnect all peripherals except for the keyboard & mice while troubleshooting?
    I did not since I am having the same problem on 2 different computers.
    the computers are running very slowly as well.
    Check the items in the Login Items. Delete or disable all you do not need.

  • Hard disk has no more space available for application memory

    I keep this getting this error after my applications freeze for several minutes.
    "Your hard disk has no more space available for application memory."
    I have 1 drive with 160 GB and 46 GB available. I'm pretty sure that's plenty of free space. And why does my memory need my drive? I've got 2.5 GB of memory. That should be plenty sufficient to run Safari without needing virtual memory.
    Help!

    Hello! OSX uses a virtual memory scheme and even though you have a lot of ram it still utilizes the paging file. Panther 10.3.9 and below runs maintenance routines very early in the morning to clear temp files and other stuff. If you don't normally leave it on 24/7 then you may need to consider a utility to clear the temp files and do the routine maintenance. Tiger 10.4+ runs these automatically. I suggest leaving it on all night for a day or so and then restarting and see if the problem clears up. Here's a list of utilities such as Macjanitor.Tom
    Utilities

  • OS X startup disk has no more space available for application memory

    This message pops up when running the system for some time a day or 2. Full message
    "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."
    HD Space 361.27GB Free of 620
    2.6GHz Intel Core 2 Dou
    Memery 4 GB 1067MHz

    This answers both of your questions. The computer needs some hard drive space for swap files and for storing other information while the computer runs. You are getting a warning that there is limited hard drive space that is affecting the ability of the computer to run correctly. Note, that your hard drive it not completely full. It that where so, you would be seeing really weird behaviors and likely applications would be crashing right and left. If nothing is done to remedy the situation, you will likely start to see weird behaviors and unexpected crashes.
    Time for some clean up. Perhaps, there are some old files that can be trashed. Perhaps there are some old files that you want to save but don't use that often. Do you need instant access to old iMovie and iDVD projects? They take up a lot of space. These seldom used files could be moved to a secondary hard drive.
    Also, use a product like OmniSweeper by Omnigroup; It will help to find folders/files that are large. It helps me to find those "Ah-ha" files. Those are the large files that I forgot I had on my hard drives that I don't need anymore yet are using GB of space. BTW, OmniSweeper is free!
    Best of luck in cleaning up.

  • 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?

Maybe you are looking for

  • Logic 9.1.5 and Lion. Interface unresponsive.

    I'm experiencing a very strange issue with logic 9. The interface becomes unresponsive, I can't click on any buttons in plugin windows / transport bar / mixer page.... anywhere while the project is playing. The keyboard is equally unresponsive i.e. I

  • Transport Management System with Solution Manager

    Dear all, Do you know the function transport management system(TMS) with solution manager, I already search in SAP document but not found this function. Do you know how to config solution manager for TMS and documents related with this function pleas

  • Combo box is not activating in the detail for second item

    hi i have a detail block in which am using listitem with list style poplist. for second item its not getting activated by clicking directly. But if we are navigating through the first item its getting activated. Is there any way to activate it direct

  • How to set file extension?

    Hello there, I have added the ablility of saving the data in my program. I was wondering how do I restrict the file extension when the user wants to save the file? What I mean is right now, when a user saves the data to file, they can choose the file

  • The request is too late.

    Hi, Opening an Excel from the explorer there is a problema and can't be opened. Show a message (es-ES) "..La solicitud tardó demasiado. Lo sentimos, pero no se pudo completar lo que nos pidió porque estaba tardando demasiado.." (en-US) ".. The reques