Onboard graphics cards often reserve some of the system main memory for their own use.

For a computer with a separate graphics card which has its own memory, is this possible that some of it be borrowed and used like system main memory?

Running typical desktop applications normally require much more system main memory than memory on the graphics card. If the OS is smart enough to dynamically allocate some of it when it's low on main memory and release it back to the graphics card when necessary, this will be great.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 4 down vote accepted

It is possible to use some of it as swap or ramdisk under Linux, but most operating systems do not allow this.

link|improve this answer
I never thought that was possible... now only if I didn't have so little (256 MB) and an old card – TheLQ Jul 9 '10 at 7:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.