As I mentioned in an earlier post, I’m working on a review of EVGA’s GeForce GTX 285 Mac Edition. I just finished writing a section about GPU memory usage under OS X (since the 285 has a hefty 1GB frame buffer) and thought I’d publish it as a standalone before the review is done. I've been considering doing more things like this in the future, where you get pieces of a review as I finish them before the full thing is done. Let me know what you think.

{poll 136:240}

How Much Video Memory Do You Need in Mac OS X?

Honestly, one of the biggest uses for a new graphics card under OS X is having additional video memory.

The contents of each window and the windows themselves are drawn by the GPU and stored in video memory. Previous versions of OS X either drew windows in system memory and then composited all of them in video memory, or did everything in system memory and just outputted the final scene to the video card. Ever since OS X 10.4, the entire drawing and display process happens on the GPU and in video memory. Ars Technica’s John Siracusa has an excellent explanation of the whole process.

Each window gets treated as a 2D OpenGL surface and all of the character and image rendering, blending and display happens on the GPU. The GPU is much faster at all of this than the CPU so it made sense. The result is much lower CPU and system memory usage. What it also means is that the amount of video memory you have matters.

If you run out of video memory, the GPU has to swap data in and out of system RAM. The trip to system memory is much higher latency than just grabbing windows from video memory, and thus we see performance suffer. Faster memory busses and PCIe 2.0 both help minimize the impact, but it’s there nonetheless.

The issue is never about how many windows you can have open, but how smoothly effects like Dashboard and Exposé run. Those depend on having enough video memory to store/manipulate all open windows.

I ran some tests to figure out exactly how much video memory was enough for a single display. I started with a blank desktop and measured available video memory. On a 512MB card, at 2560 x 1600, you end up with 488MB of free video memory in OS X 10.5.7.

Depending on the contents of the windows you open, their memory requirements will differ. I found that a full height Safari 4 window showing the AnandTech home page was pretty stressful from a memory footprint standpoint. A single Safari 4 window required 7MB of video memory at 2560 x 1600. Finder windows are much cheaper, some application windows are much more expensive (more on this later).

With a single window requiring 7MB, 10 requires about 70MB. Now things don’t always scale linearly and there’s additional overhead for dealing with more windows. At 10 windows that overhead appears to be around 1MB. While a single Safari 4 window needs 7MB at 2560 x 1600, ten will need around 71MB; twenty windows will need 144MB.

Lower resolutions require less video memory. At 1680 x 1050 the cost per 10 windows drops from 71MB to 44MB.

I extrapolated the data out to 130 Safari 4 windows and presented the video memory requirements, dependent on resolution in the graph below:

If you have a 30” monitor running at its native resolution (2560 x 1600), a 512MB video card will get you just under 70 windows.

Note that not all applications play nicely. Take Photoshop CS4 for example. One of its major features is the ability to enable OpenGL acceleration within the application. With each image being OpenGL accelerated you get benefits like being able to zoom and rotate smoothly, the downside is that each image you open in Photoshop now eats up even more video memory.

Under OS X each 12MP image from my digital camera that I open in Photoshop eats up around 56MB of video memory (at 2560 x 1600)! To make matters worse, OS X won’t reclaim all of the memory even if you close all of the images in Photoshop. You need to exit Photoshop to get all of your video memory back.

While it would take 70 normal windows to max out the 512MB of video memory on a GeForce GT 120 at 2560 x 1600, it would take less than nine 12MP images open in Photoshop to do the same. And once again, you don’t get that memory back when you close your images - only after you exit Photoshop. Most other windows in OS X will give you your GPU memory back as soon as you close the window.

If you find yourself doing a lot of work in Photoshop, you’ll want to either limit the number of images you have open at once or disable OpenGL acceleration. And by all means, quit the app once you’re done editing. Of course you could always move to a graphics card with more memory...

Comments Locked

30 Comments

View All Comments

  • psonice - Friday, July 17, 2009 - link

    I doubt they're using texture compression. Also a screen-sized window doesn't necessarily mean you need to store the full window in video memory - it depends on how the compositing works.

    E.g. instead of drawing the complete window and storing that in memory, the compositor can draw just the window elements and draw them all to screen when they're needed. So you'd just store the close/maximise/etc buttons, the window frame (which can be a repeating texture and take very little space), scroll bar buttons, standard UI buttons, and then the actual window content.

    Note that when you do it that way, there's a lot of duplication when you have multiple windows, and you only need to store most of the window elements once.

    I suspect that fillrate and memory bandwidth actually get just as important as vram when you have a lot of windows open, because you're effectively asking the GPU to draw every window at once when you use expose - if that's 1gb of texture data, that's a lot of drawing + moving in/out of memory.

    Anand: how was performance when you got close to filling video memory but hadn't quite filled it?
  • haplo602 - Friday, July 17, 2009 - link

    texture compression is part of the opengl driver, you just enable it and that's all I guess ...
  • alpensiedler - Thursday, July 16, 2009 - link

    it'd be nice to see a vista or ubuntu (compiz) comparison. i wonder which os does best with video memory usage.
  • inighthawki - Thursday, July 16, 2009 - link

    agreed, as well as windows 7 to see if they optimized anything there.
  • Souka - Friday, July 17, 2009 - link

    Isn't this really an Adobe issue, not an OS?

  • inighthawki - Sunday, July 19, 2009 - link

    what does adobe have to do with how much memory the OS uses for a gui window?
  • Souka - Monday, July 20, 2009 - link

    I do understand that OS X has a "problem" with video memory, based on this article.... my question was in reference to this statement: "And once again, you don’t get that memory back when you close your images - only after you exit Photoshop"

    So if I open 50 Safari windows...then close 49 of them. the memory footprint will still be that of 50? If so...then yes, OS issue..got it.

    :)
  • inighthawki - Monday, July 20, 2009 - link

    oh ok i understand, in my previous reply i was targeting how much video memory a single window uses in win7 compared to osx (which OS uses less video memory), not necessarily reclaiming memory.
  • sarangiman - Tuesday, January 11, 2011 - link

    Dear Anand,

    What software did you use to monitor VRAM usage in OS X? I've Google'd ad nauseam & can't find any such utility yet clearly you used one in writing this article...

    Thanks,
    Rishi
  • sarangiman - Tuesday, January 11, 2011 - link

    Nevermind. I figured it out.

    For those interested: It's the 'OpenGL Driver Monitor' under:
    /Developer/Applications/Graphics Tools

    -Rishi Sanyal

Log in

Don't have an account? Sign up now