I'm pretty sure that's incorrect, unless I misunderstand this: http://www.microsoft.com/whdc/hwdev/pla ... AEmem.mspxsysKin wrote: PS. windows doesn't support more than 2GB of memory, so your physical ram + virtual ram shouldn't go beyond that, anything beyond 2gb will just be wasted.
Virtualdub problems :(
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Kalium
- Sir Bugsalot
- Joined: Fri Oct 03, 2003 11:17 pm
- Location: Plymouth, Michigan
Zarxrax wrote:I'm pretty sure that's incorrect, unless I misunderstand this: http://www.microsoft.com/whdc/hwdev/pla ... AEmem.mspxsysKin wrote: PS. windows doesn't support more than 2GB of memory, so your physical ram + virtual ram shouldn't go beyond that, anything beyond 2gb will just be wasted.
IOW, unless you want to screw with your boot.ini, it's still an upper bound of 2 GB on virtual RAM. Even then, the bound goes up to 3 GB.M$ wrote:The /3GB switch allocates 3 GB of virtual address space to an application that uses IMAGE_FILE_LARGE_ADDRESS_AWARE in the process header. This switch allows applications to address 1 GB of additional virtual address space above 2 GB.
The virtual address space of processes and applications is still limited to 2 GB, unless the /3GB switch is used in the Boot.ini file. The following example shows how to add the /3GB parameter in the Boot.ini file to enable application memory tuning:
Just clearing the air a bit.
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
No, what sysKin said is in line with what WHDC states.Zarxrax wrote:I'm pretty sure that's incorrect, unless I misunderstand this: http://www.microsoft.com/whdc/hwdev/pla ... AEmem.mspxsysKin wrote: PS. windows doesn't support more than 2GB of memory, so your physical ram + virtual ram shouldn't go beyond that, anything beyond 2gb will just be wasted.
The Windows kernel itself can recognize more than 2GB of RAM, but each application operates in their own 4GB flat address space, the upper 2GB of which is available for application data.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact: