4gb+ allowed on x32 using patch but...

danando

Distinguished
Dec 18, 2011
11
0
18,510
i have 2 ddr3 2gb\'s in my laptop, i have patched it so it can run 4+gb of ram on 32x and can tell a massive difference, however if i was to put ubuntu on second drive will 4gb still take place? :sol:
 
There is no way to address more than 4 gb of ram on 32bit even with a patch. What you might be doing is creating a ram page drive which is definately not the same as accessing a true 4+ gb of ram.
 
http://www.pallab.net/2009/12/30/enable-more-than-4gb-memory-in-windows-vista-7/



It worked for me , from 2.1GB with 800mb Virtual available to 2.87GB available , apb n teamfortress are lag free :) but will ubuntu be effected?if i install
 
however use at your own cost (Warning: The patches described in this article am mentioning are kernel patches. They may result in unexpected hardware issues and expose your system to malicious exploits.)
 
That patch still isnt the same as x64 because its a completely different architecture. It basically creates a virtual drive with the extra ram stored on there. I would advise on just getting x64 instead of x86 you will run into less problems and you will have a much higher performance than x86. Think of it like a page file not like actual ram then you will understand that its not as good.
 


Windows XP and Windows Vista contain the codepaths to enable PAE (Physical Address Extension) which adds a third level to the paging architecture and turns all real addresses into longs if the hardware supports it. The caveat is that there's up to a 10% performance hit due to the extra CPU overhead so XP and Vista have them disabled by default and are only enabled on their Server variants. The codepaths might exist in Window 7 but that's doubtful since there's no 32 bit version of Server 2008 R2.

PAE extends the physical address space from 32 bits to 36 bits, allowing up to 64 GB of memory to be addressed, however virtual memory spaces are still limited to 4 GB.

However, as another posted mentioned, there's absolutely zero reason not to be running a 64 bit OS. The extra GPRs and other architectural improvements are well worth it and the faster 32 bit dies, the better.