IMac 27" Low on Memory!

Couple of months ago I bought a 27" iMac with 4GB DDR3. At times I realized it hangs for a while without running anything special and after installing memory scope, I found that the memory was majorly used. For example with safari playing a youtube video, skype open (not on call just chat) and Mail open and itunes playing only 500MB are free and when it hangs obviously 0mb are free and memory scope indicated "freeing memory" and I have to wait for it...
Also, when I have nothing open but aperture only like 10mb are free. I know aperture is pretty stressing but is this normal? 4GB sound a lot for the amount / type of software I'm running but it surely isn't. I wanna know if it's normal because if it's not the case I wanna take it back to get checked before the warranty expires.

Although Apple claims the minimum requirement for ML is 2 GB most of those posting here running ML or Lion say 4GB is barely enough. Memory is much chraper these days and you can install it yourself. Get a couple of 4GB RAM modules from Crucial or OWC, install them yourself and then run your system and see if in Activity Monitor your PageOuts are excessive. If not then enjoy your faster system if they are still high get another 2 x 4GB and trade out the 2GB modules. 12 GB should be enough but depending on usage 16GB could be better.

Similar Messages

  • 500GB iMac, 246GB used, yet low disc memory, down to 500MB at times..

    Hi, so my iMac is 1 year old. According to Time Machine, Disc Inventory X, and OmniDiscSweeper, I've only used 246GB of the 500GB my iMac comes with, but Finder often shows me fluctuating between 14GB of available memory and 500MB. I'm getting a lot of low disc memory warnings, and so I checked my drive with Disk Utility. My Hard drive is corrupt, but to do a clean install, I need something of 20GB available memory. Any help would be appreciated, I've backed everything up, and now I just need to get enough available memory to do a clean install. Thanks in advance.

    Alright, thanks. TB means Time Machine Back up?
    I erased my Mac's hard drive, reinstalled, then restored from Time Machine.
    I now have 238GB available disc space, which is about right. My disc utility now verifies my hard drive as appearing ok (it was corrupt before).
    I've somehow lost over 1000 songs though, iTunes simply can't locate them. Has anyone run into this before or have any possible things to try?

  • Low system memory issue - caused by Mail?

    While I was at work, my wife was using our iMac at home, and she said that a weird error dialog appeared this afternoon that asked her to quit applications, following which the system became unresponsive.
    When I came home I found that a lot of running applications were in a hung state (unresponsive and required a Force Quit) so I rebooted the iMac.
    I looked in the Console and saw that at 15:39:37 today two errors started repeating at an enormous rate - something like 5000 times per second for the next 5 seconds:
      12/02/2015 15:39:36.373 Mail[226]: *** Assertion failure in -[MCSocket readBytes:maxLength:error:], /SourceCache/Mail/Mail-2070.6/MailCore/Networking/MCSocket.m:469
      12/02/2015 15:39:36.381 Mail[226]: exception parsing IMAP response: trying to read/write concurrently
    ...then at 15:39:42 the rate suddenly decreases to only about 10 errors per second. This continued for a further 15 minutes, until at 15:55:22:
      12/02/2015 15:55:22.000 kernel[0]: low swap: suspending pid 226 (Mail)
      12/02/2015 15:55:22.590 loginwindow[797]: -[ProcessPanel(lowMem) initAsLoMemPanel] | Lo-Memory panel initializing
    ...then lots of errors like this:
      12/02/2015 15:55:23.000 kernel[0]: memorystatus_thread: idle exiting pid 999 [com.apple.MailSe]
      12/02/2015 15:55:24.000 kernel[0]: memorystatus_thread: idle exiting pid 1000 [com.apple.InputM]
      12/02/2015 15:55:25.000 kernel[0]: memorystatus_thread: idle exiting pid 269 [com.apple.intern]
    So it looks to me like the Mail app went haywire, the Mac ran low on memory, so OS X made some kind of "Lo-Memory panel" appear to handle it.
    A quick search in Google Images revealed that there is such a thing as an OS X low memory error - the exact text of which is "Your system has run out of application memory. To avoid problems with your computer, quit any applications you are not using". It displays a list of running apps so you can quit them. The error looks something like this:
        http://i.imgur.com/HDplIwv.jpg
    When I showed this picture to my wife she said that is exactly what she saw.
    I will report this to Apple on their feedback page. If anyone has any other suggestions let me know. Obviously something that can bring down the entire system like this is not good.

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
              A long-running process with a memory leak (a kind of bug)
              Not enough memory for your usage pattern
    Please note that if the cause is a memory leak, installing more memory will not help. That's likely if you already have more than 4 GB of memory. Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 and later. Some details may be slightly different for earlier versions of OS X.
    When you notice the 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, reset the printing system. 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.

  • Contribute "low on memory" and Acrobat won't redraw

    I have two issues that I believe may be related.  First here's my system information
    WinXP SP3
    Intel Core2Duo E6550 = (2.33GHz)
    3GB RAM
    GeForce 8600GTS 512 MB Video
    Running two 19" monitors, (at 1440x900 each)
    Creative Suite Premium 2.0 (InDesign CS2, Photoshop CS2, IllustratorCS2, Acrobat 7 Professional, BridgeCS2, GoLive CS2Version Cue is disabled.)
    Production Studio Premium 1.0 (Premiere Pro 2, Encore DVD 2, After Effects 7, Audition 2)
    Contribute CS3, (including Bridge CS3, but I don't use it, I use Bridge CS2 for everything).
    First Issue.  Intermittently, in both Adobe Reader 9, and Acrobat 7.0 pdf files that I have open will not display in the window properly, unless I reduce the size of the window to something quite small.  It will show the desktop in behind the window, or if I open a window on top, it shows that window even when I've moved it.
    The second problem is similar, but occurs in Contribute CS3 and is always accompanied by a "Your system is low on memory..." error, until I reduce the size of the Contribute window, at which point, it is so small that it becomes unuseable.
    The only other program that I have open at the time is Outlook 2007, with a couple of messages.
    As this is happening, I open the Task Manager, see that there is plenty of available Physical Memory, and the CPU Usage is very low, under 10%.  I've set my virtual memory paging file to Custom Size of 4591MB.
    The only way to fix it is to reduce the size of windows or close all the programs.  These two problems occur independently of each other.  Sometimes when I'm just trying to open a PDF file.
    3GB should be plenty to run Contribute and Outlook, or Acrobat and Bridge.
    What the heck is going on?

    Thanks for the reply.
    Yes I have tried that, but to no avail.  The crazy thing is that it only really happens after I've been working in Contribute for a while.  Sometimes an hour or more.  Then it just starts doing this.
    The redraw problem also affects other programs, that are not Adobe programs.  For example, when I open a Remote Desktop Connection to the web server where I am publishing, while this problem is occuring, the screen will not "draw" properly either.
    I have a feeling that there is something strange about how Contribute, and Acrobat, and Windows share the memory, either the system memory, or the graphics memory.
    Could this also be a problem caused by having both CS2 and CS3 programs installed?
    Chris

  • Snow Leopard 'error code 50', 'Low Application memory'. Help.

    Hi.
    I've been facing **** lot of problems with my MBP of late, and all that I could try have turned unfruitful. I'd appreciate some help.
    Problems started when I downloaded and tried to install SL update 10.6.7 on 10.6.6. It was working fine on 10.6.6. The update failed, and I received 'error code 50' very often while deleting files from Trash. Also, 'beach-balling' became more frequent, and I had to force quit applications very often because of 'low application memory' box being displayed.I also encountered the grey screen prompting me to 'press power button till shut down and restart'.
    Finally, I tried a clean reinstall but the same problems persisted, and lots of applications stopped working. I could not download files from browser (Low disk space, despite a 100 GB space available on he HD) or save textedit, Office or iWork files. I did a clean reinstall again, with zero-erase option and again downloaded the 10.6.7 combo update. The 'Software Update' application failed. I downloaded the update from my browser and it was installed successfully finally after 4 system restarts, but the 'error code 50' problem still persists.
    What am I doing wrong? I've been dealing with this abnormal performance for more than a month. I haven't backed up files because there is no use making a backup of corrupt system. Specs : MBP'09, 13.3". 2.26 GHz, 160 GM, SL 10.6.7.
    Please advice.
    Regards.

    I tried to run the hardware test by inserting the Applications Install dvd and pressing 'D' just after the chime. It did not run. Nevertheless, the App DVD is ejected every time I insert it in to install some apps, like iLife etc. Running Disk Utility dies not work, as it says the 'disk cannot be mounted'.
    I tried another clean reinstall of SL 10.6, and some of the funny stuff are :
    1. error code 50 yet again
    2. It won't allow me take snapshots, saying 'You do not have permission to save snapshots etc.."
    3. Safari cannot download files
    4. 'Low Application Memory' message box appeared a few times, prompting me to Force Quit Safari.
    Could there be something wrong with the Install DVD? Though Disk Utility First Aid shows error free HD verification.

  • How to resolve the error " low paging memory"

    HI all ,
    I developed a report, which is running fine in development and in quality , but when it runs on production , it shows the dump 'low paging memory'. how to resolve this , can any one sujjest please ?

    Hi,
    1) Run a trace ST05 in ur quality system and fine tune the memory consuming select queries.
    2) Discuss with the basis regarding this error, probably they can help you out by increasing some space in pRODN.
    Regards
    Subbu

  • How do i transfer my existing itunes library from my imac to my usb memory stick

    how do i transfer my existing itunes library from my imac to my usb memory stick

    assuming all your media files are in the default location, copy the entire iTunes folder (not just the iTunes music or media folder) from <MacintoshHD>/users/<yourname>/music to the USB stick.

  • Hi, I'm a bit low on memory and I can't update the iOS. I need to move some photos off the iPad but I don't want to transfer them to a pc, I'd prefer to transfer them to iCloud and leave them there.  Is that possible?

    Hi, I'm a bit low on memory and I can't update the iOS. I need to move some photos off the iPad but I don't want to transfer them to a pc, I'd prefer to transfer them to iCloud and leave them there.  Is that possible?

    Yes, you could, because in this case you would have something like a backup in the cloud. BTW, personally I also like Flickr. Flickr offers you 1 TB (1000 GB) of free storage and automatic upload for photos since iOS 7 (it is a very attractive offer, at least for me)

  • Low on Memory?  Only using two apps?

    Hi,
    I'm experiencing, increasingly, "Low on Memory" warnings from
    Fireworks
    (8.0.0.777). This seems to happen when I have more than 1 PNG
    file open at
    a time, but also happens when I have DW and Fireworks open at
    the same time.
    In Task Manager, Fireworks can be using between 100,000K -
    300,000K memory
    when this happens.
    These memory warnings are usually followed by "Internal
    Error" problems.
    I notice, in some of the newsgroups, that this was a problem
    on Mac
    installations, but I can't find any tech notes about it and
    I'm convinced
    this is an error because I am not doing anything "heavy" in
    terms of
    graphics work. My PNG files are no bigger than 10MB so it's
    not like I'm
    editing 60, 70 MB high res photos or anything (god help me if
    I was...I'm
    not sure Fireworks would even open!).
    Is this a known bug? Anything I can do about it?
    I am using a PC 3.40Ghz Pentium (R)D CPU, 2GB RAM with Win XP
    Pro. I feel
    this is more than sufficient to run DW and Fireworks
    together...isn't it?
    :o(
    Thanks
    Nath.

    I have no good answers for you. I have a PC with 2.GHz
    Pentium with 2GB of
    RAM and mine works fine. I rarely work on files over 5mb
    though.
    Peter
    "tradmusic.com" <[email protected]> wrote in
    message
    news:er7fja$eak$[email protected]..
    | Hi,
    |
    | I'm experiencing, increasingly, "Low on Memory" warnings
    from Fireworks
    | (8.0.0.777). This seems to happen when I have more than 1
    PNG file open
    at
    | a time, but also happens when I have DW and Fireworks open
    at the same
    time.
    | In Task Manager, Fireworks can be using between 100,000K -
    300,000K memory
    | when this happens.
    |
    | These memory warnings are usually followed by "Internal
    Error" problems.
    |
    | I notice, in some of the newsgroups, that this was a
    problem on Mac
    | installations, but I can't find any tech notes about it and
    I'm convinced
    | this is an error because I am not doing anything "heavy" in
    terms of
    | graphics work. My PNG files are no bigger than 10MB so it's
    not like I'm
    | editing 60, 70 MB high res photos or anything (god help me
    if I was...I'm
    | not sure Fireworks would even open!).
    |
    | Is this a known bug? Anything I can do about it?
    |
    | I am using a PC 3.40Ghz Pentium (R)D CPU, 2GB RAM with Win
    XP Pro. I feel
    | this is more than sufficient to run DW and Fireworks
    together...isn't it?
    | :o(
    |
    | Thanks
    | Nath.
    |
    |

  • "Bridge is running low on memory and should be restarted" error

    I am running Bridge CS4 on a DELL T-1650 with plenty of hard drive space.  I am having trouble with indexing / caching files.  My computer is connected to a large office server with a large amount of files that I need to be able to search.  I recieve a "Bridge is running low on memory and should be restarted" error each time I attempt to index the files on the server drive.  I have tried Purge and Cache, set the cache memory slider to max.  This is a very large amount of files (TB ) to index /cache.  I leave the computer running overnight to allow ample time, I nothing on my TB hard drive , and have 16GB of available RAM.  Any ideas?

    …My computer is connected to a large office server…
    Aha!  Working over a network is not supported by Adobe.
    This is the boilerplate text often used in connection to saving to a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

  • HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes

    HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes
    how do i erase them without going one by one checking names???

    There is no way to automatically select the unused apps.  But, you can go go through your apps library and hold the command key as you select each app you want to delete to get them all at once.

  • Computer is low on memory even though I have 100GB available

    Trying to use my programs like Adobe Bridge keeps crashing and saying I'm low on memory even tough I have 90-100GB of free space. All other programs are closed and I tried clearing the memory in the system terminal program. Any ideas on what's going on!? - Also I have added lots of memory maxing the slots out at 16GB 1333 MHz DDR3

    The Adobe error is spurious since you obviously have an abundant amount of memory available.
    It is possible that Adobe is unable to write to its cache file, a location on your Mac for Adobe to store data such as thumbnail and preview images, and Adobe Bridge is erroneously reporting that inability as insufficient memory.
    You should really solicit Adobe's help for this problem, but if you are willing to continue pursuing it here consider the following:
    Open Disk Utility - it's in your Mac's Utilities folder. In the column on the left, locate your Mac's startup volume. It is an icon located below the uppermost icon and is usually named "Macintosh HD". Select it and click the Repair Disk Permissions button. It will take a few moments to complete. Many "Permissions differ... " and "Repaired... " messages will appear, perhaps hundreds of them. They are not important, but if any errors appear please describe them.
    When Disk Utility finishes with the message Permissions repair complete, quit Disk Utility and determine if Adobe Bridge continues to report the low memory condition.

  • Low Virtual Memory Error in Windows 7 with Itunes 10.3

    Just got home today after leaving my PC on all day and found this error below in my event viewere..I never got this error when using itunes befroe the 10.3 version...anyone else having this issue??
    Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: iTunes.exe (4260) consumed 439631872 bytes, TuneUpApp.exe (4516) consumed 170782720 bytes, and dwm.exe (5924) consumed 126164992 bytes.

    The program starts to load until it gets to the going on line and then gives error message and closes.
    What does the error message (or error messages) say, dawn? (Precise text, please.)

  • Bridge runs low on memory CS5

    Now I have a problem while working in photoshop and I open bridge if I open adjust and close a few raw images I get a message that says Bridge is running low on memory you should restart bridge.  I looked for a memory adjustment and can't find it.  Anyone know where it is?

    OK, what changed a week ago?  Did you add new hardware, add new software, updated any software, add any external devices? 
    If it worked before and not now, and the answer to the above is no, then reset the preferences by holdling down the Ctrl key and starting Bridge.  You will get a reset window with 3 options.

  • Low on memory error in PPCC

    Never had a problem before. But just in the last two weeks, PPCC crashes with this low on memory error. The PC itself still runs like a speed demon on everything else but PPCC.
    Checked for hard drive and cache issues, everything I could think of. It is not the PC. I may need to check settings on PPCC itself. Maybe something odd happened.
    Anyone who is good at this stuff, your help would be appreciated.
    Brent D

    Hi christene,
    Are the whole 4GB RAM recognized in BIOS properly?
    Theoretically it could be also a software issue of Windows. Maybe you have a virus on it and nobody knows how much programs you are start.
    Have you tried a system restore to an earlier point?

Maybe you are looking for

  • Error Info...   ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC

    Update was terminated System ID....   ZDE Transaction..   ABUMN Update key...   4CA0A62864FF0068E1008000093FF453 Generated....   28.09.2010, 09:39:14 Completed....   28.09.2010, 09:39:15 Error Info...   ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC Wh

  • No thumbnails for tv episodes

    I have imported a tv series of 6 episodes into iTunes and then onto my iPad and have completed all information in the same fashion as a series I purchased through iTunes. The problem is this - the series cover art shows correctly but when I go into t

  • BPM error after PI 7.31 SP12 upgrade

    We have a bpm scenario where we send a request to a web server and it sends a response message if successful request is sucessfuly processed (synchronous) or else sends us a fault message saying the server is busy at that time. Now this scenario was

  • Get Client Host Name

    Dear Experts, I am using String ipAddress = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getClientHostAddress(); retrieve client ip address. When I use getClientHostName(), it still present client ip address. Regarding the client hostnam

  • Runtime workbench of quality system is very slow

    hi all, when I am tryin to monitor my runtime work bench in the quality system it is taking a lot of time and rest all other systems are fine. What could be the possible reasons?? Regards