32-битный Windows Max RAM с дискретной видеокартой

2793
agz

Я понимаю, что если у меня есть встроенная графика и 4 ГБ оперативной памяти, Windows 7 необходимо решить некоторые из них или интегрированные. Однако как получится, если у меня есть дискретная видеокарта с 1 ГБ виртуальной памяти, ОС может видеть только около 2,8 ГБ оперативной памяти? Это потому, что 32-битный может адресовать только 4 ГБ общей оперативной памяти (GFX + нормальный оперативной памяти)?

2

3 ответа на вопрос

2
David Schwartz

A 32-bit OS without PAE has a maximum address range of 4GB of physical memory. With an integrated graphics card, some of the RAM is used by the GPU. With an external graphics card, some of the address space is used for hardware mappings into the VRAM, but it is not as large as the amount of memory on the card. Typically, a discrete GPU needs about 256MB of mapped space regardless of how much memory is on the card. Other hardware mappings typically need around 256MB in total. Typically a 4GB machine with a 32-bit OS without PAE and a discrete graphics card will have 3.2GB to 3.5GB of usable RAM.

Note that if your BIOS has a specific setting for a 32-bit OS, it will keep the mappings to a minimum to allow more usable memory with a 32-bit OS. Usually the setting is called "Memory remapping". Turn if off if you're using a 32-bit OS without PAE.

гораздо глубже, спасибо agz 11 лет назад 0
1
steve b

The limit is 'set' by your Windows License (and enforced by the ntoskrnl) and nothing else .

Common misunderstanding re: how much address space is needed to support i/o for large memory graphics cards .

More than 10 years ago Intel started making CPU's with 'PAE' that could address whatever amount of RAM ...and MS released 32bit versions of XP known as '2003 Server versions' that could support whatever size RAM the Marketing Dept. deemed 'appropriate' .. (I believe Enterprise Ed. went to 128 GB see here

However in the case of their 'client' OS's, like XP Pro, that was 4Gb = and that address space had to be shared with Drivers

A PAE aware driver only needs about 32Mb of the 4Gb ... however non-PAE aware drivers will cause BSOD's, and that's what happened 10 years ago .. so MS decoded to 'reserve' about 750Mb of address space and that's the way it's been ever since ..

Needless to say, these days all drivers are PAE aware and there really is no reason for limiting real RAM on 32bit clients (such as win 7 32 bit) to 3.25Gb or less EXCEPT for the MS Marketing Department wish to 'separate' the 32 and 64 bit systems ..

Proof of this is that 32bit Linux / MAC OS on EXACTLY the same hardware can see and use all available RAM

0
magicandre1981

Use a PAE patch to use all RAM.

MS added license check which only allows Server Editions to use the fully possible RAM with 32Bit systems. This patch hacks to kernel so that the license check always return true so that you can use the full RAM with the 32Bit Client Windows. I've used this patch in Vista and Win7 successfully with my Radeon HD. But don't use it with Intel HD chipsets (part of the Intel iCore CPUs). Their driver are buggy and can cause issues! This is not an issue with the patch!

Вы можете остановиться на этом? Может быть, дать несколько быстрых шагов и обзор того, что делает патч? KronoS 11 лет назад 1
проверьте 2-ую ссылку. Он исправляет ограничение ОЗУ, чтобы 32-битная Windows могла использовать больше ОЗУ. magicandre1981 11 лет назад 0
Несмотря на то, что публикация ссылки может привести к ответу, все же полезно обобщить то, что говорят эти ссылки, особенно если они устарели. KronoS 11 лет назад 2
Большой! Теперь добавьте это в свой ответ, и я перестану глючить, я: P Если серьезно, то, что мы пытаемся поощрять, это ответы более высокого качества, чем просто короткие, только ссылки. [Как этот] (http://superuser.com/a/520945/47225), или [даже этот] (http://superuser.com/a/539245/47225) являются отличными примерами того, что вы можете сделать , Следите за качеством ответов такого типа и, таким образом, сохраняйте SU высококачественным сайтом. KronoS 11 лет назад 1