Memory usage beyond 32Bit limitations of Windows OS


Recommended Posts

As for the reasons why using a pagefile on ramdisk is stupid, there is no need for me to repeat. Brandon Live explained this perfectly further up the thread.

WRONG!

MSFT doesn't license you to use 4GB in 32Bit Client systems but you can hack it to use more:

system8189.png

The kernel includes a function ZwQueryLicenseValue to check for special values. For memory it is Kernel-WindowsMaxMemAllowedx86 and this is set to 4096 for x86 clients.

there is a crack out there to do it for you. Just search for readyfor4gb. The technically background is explained here, although I can imagine that 99% of the users here don't understand it.

It is possible, but not recommend because it doesn't solve the x86 memory issues completely.

Lets look at this logically as to why 32bit is no good with > 4gb memory.

32bit integers have a range of 4,294,967,295. This can be from 0 to 4,294,967,295 or −2,147,483,648 to +2,147,483,647.

We can't have negative memory, so lets start from 0, this gives us our magic number 4,294,967,295.

We are working with binary and not decimal here, so 1 gb = 1,024 megabytes, 1 megabyte = 1,024 kilobytes and so on.

4,294,967,295 / 1024 = 4194303.9990234375

4194303.9990234375 / 1024 = 4095.99999904632568359375

4095.99999904632568359375 / 1024 = 3.999999999068677425384521484375

What does this prove? A 32bit processor can only address just under 4gb of memory, because of this limit with 32bit ints - MagicAndre1981, you claim this hack allows you to use more, but it's just displaying the amount you have installed. It cannot physically address this extra memory, it's simply impossible. I did read the article, and I disagree with it (I am qualified enough to understand that parp).

I use 8GB of memory, and I know a few other people that do as well. Memory is so cheap nowadays that almost anyone can afford to put a large amount into their computer. Granted it may be of no use to an average home user, as opposed to a power user, but then this guide would neither.

Yeah, I was basing the argument off this apparently being for home users as the OP stated above somewhere :)

Edited by Citizen Erased
As for the reasons why using a pagefile on ramdisk is stupid, there is no need for me to repeat. Brandon Live explained this perfectly further up the thread.

Lets look at this logically as to why 32bit is no good with > 4gb memory.

32bit integers have a range of 4,294,967,295. This can be from 0 to 4,294,967,295 or −2,147,483,648 to +2,147,483,647.

We can't have negative memory, so lets start from 0, this gives us our magic number 4,294,967,295.

We are working with binary and not decimal here, so 1 gb = 1,024 megabytes, 1 megabyte = 1,024 kilobytes and so on.

4,294,967,295 / 1024 = 4194303.9990234375

4194303.9990234375 / 1024 = 4095.99999904632568359375

4095.99999904632568359375 / 1024 = 3.999999999068677425384521484375

What does this prove? A 32bit processor can only address just under 4gb of memory, because of this limit with 23bit ints - MagicAndre1981, you claim this hack allows you to use more, but it's just displaying the amount you have installed. It cannot physically address this extra memory, it's simply impossible. I did read the article, and I disagree with it (I am qualified enough to understand that parp).

Yeah, I was basing the argument off this apparently being for home users as the OP stated above somewhere :)

You should mention that this includes the pagefile. If you have a 4GB of memory and a 20GB pagefile, you're still essentially limited to 4GB of memory.

yawn yawn... nothing new here :p It works on my system so you can't make me change my head (but you can try... lol)

Wait a minute: This Chinese page shows a download link to a kernel (patched?) which enabled 128GB RAM? can this be true? http://bbs.wmzhe.com/viewthread.php?tid=71...;extra=page%3D1

Edited by JunkMail
yawn yawn... nothing new here :p It works on my system so you can't make me change my head (but you can try... lol)

JunkMail, all you have done is post crap, just cut it out. You have shut out people who have more knowledge than yourself, even a Microsoft employee who knows how Windows works better than most members on this board (and believe me, we have loads).

yawn yawn... nothing new here :p It works on my system so you can't make me change my head (but you can try... lol)

How many times do we need to say/write/shout that your solution is HALF ASSED AND USELESS !!!!!

Bonus question : How can you explain that the simple fact of replacing my 32Bits OS with a 64 Bits ( without changing a single piece on my laptop ) one enabled me to unleash the full power of my quad core with its 4GB of RAM ?

Say it with me : " If I have more than 3GB of RAM I MUST use a 64 bits OS and everything else is PLAIN RUBBISH AND USELESS !"

If you're fine with your useless solution, then good for you but don't go on teh Int3webs spreading such UNEDUCATED stuff like you're doing with this thread. Teh Int3rwebs will forever be grateful to you ! :D

...

Lets look at this logically as to why 32bit is no good with > 4gb memory.

32bit integers have a range of 4,294,967,295. This can be from 0 to 4,294,967,295 or −2,147,483,648 to +2,147,483,647.

We can't have negative memory, so lets start from 0, this gives us our magic number 4,294,967,295.

We are working with binary and not decimal here, so 1 gb = 1,024 megabytes, 1 megabyte = 1,024 kilobytes and so on.

4,294,967,295 / 1024 = 4194303.9990234375

4194303.9990234375 / 1024 = 4095.99999904632568359375

4095.99999904632568359375 / 1024 = 3.999999999068677425384521484375

What does this prove? A 32bit processor can only address just under 4gb of memory, because of this limit with 32bit ints - MagicAndre1981, you claim this hack allows you to use more, but it's just displaying the amount you have installed. It cannot physically address this extra memory, it's simply impossible. I did read the article, and I disagree with it (I am qualified enough to understand that parp).

...

To be fair, you can flip the CPU's into 36bit addressing mode, which gives you access to 64GB of RAM.

Of course, relying on PAE mode on a 64bit chip running in 32Bit mode running an OS that's available in 32bit and 64bit versions is pretty stupid, unless you've got some valid reason (irreplaceable hardware that's for some reason only has 32bit drivers for Vista)

Like I said, this thread was for those running 32Bit (its quite obvious that if you're running 64Bit there are no problems).

kazuyette, You don't like it fine, don't do anything (go ahead with 64 and am I stopping you?). The point is simple here, you can use more then 4GB with this... (now you can go on denying but on my system, i know for fact it works :) )

Nothing you say can alter my head and when Win7 comes (as neowin says RTM is 13th?) then thats where things will change.

Like I said, this thread was for those running 32Bit (its quite obvious that if you're running 64Bit there are no problems).

kazuyette, You don't like it fine, don't do anything (go ahead with 64 and am I stopping you?). The point is simple here, you can use more then 4GB with this... (now you can go on denying but on my system, i know for fact it works :) )

Nothing you say can alter my head and when Win7 comes (as neowin says RTM is 13th?) then thats where things will change.

Like we have said Knowbody Cares for your stupid method of making a 32bit OS run more then 4gb of ram or more then it is allowed and the ones whoi may Care will look at your HD tune score and go WTF CPU usage 70% sorry all just run 64bit

and as other have stated windows 7 is being released in both versions and each of them you own when ya buy so it is FREE 2 fore the price of 1 TY now junk why not just go out run windows 7 X64 and then come back and apologize e when you released how stupid you was thinking the Ramdisk thing was the best thing since The Fat lady died choking on a Crumb of Bread.

your the only 1 besides that 1 other dude DDstriker who things this is a good idea and well the rest of us on Neowin are against it as most of use on neowin run 64bit version of windows of some kind or Linux 64bit variant for some of the Linux crowd on neowin oh and wont forget the Mac crowd

CAN ANYONE Confirm whether THIS PATCH for VISTAx86 and Windows7x86 WORKS???

This patch also states that you must have PAE enabled system (I've added this link to first post for the purpose of review by any new comers)

If I'm understanding this Chinese page right, It has patched kernel which makes x86 (Post 6000 NTs) to access memory upto 128GB (which is cool)

whatever good comes out of this thread is worth it

just for a while, forget ANTI-discussions here...

CAN ANYONE Confirm whether THIS PATCH for VISTAx86 and Windows7x86 WORKS???

This patch also states that you must have PAE enabled system (I've added this link to first post for the purpose of review by any new comers)

If I'm understanding this Chinese page right, It has patched kernel which makes x86 (Post 6000 NTs) to access memory upto 128GB (which is cool)

whatever good comes out of this thread is worth it

just for a while, forget ANTI-discussions here...

You shouldn't even be touching the kernel.

And no, this isn't "Anti-discussion" this is "Anti-stupidity".

...

whatever good comes out of this thread is worth it

just for a while, forget ANTI-discussions here...

NO, nothing good will come out of your stupid idea ... Well I only see one thing : some random users, because of people like you posting ridiculous and useless ideas on the internet, will believe that MS is lying to them.

NOTHING GOOD WILL COME OUT OF THIS THREAD. Why won't you get it ? I'm still puzzled ...

P.S. : How can you have trust in a dodgy patch made by a chinese John Doe instead of admitting that your solution is USELESS ? You're so stubborn.

ok that makes me sleepy again :o but still, my signature won't die for that matter, hehehe

Don't you feel that you are being a little immature? Rather than listening and embracing what is being told to you, you are ignoring us and telling people to ignore us, and like kazuyette said, you are being stubborn. I have nothing against you, just have a problem with the way you want to get around things. You want people to patch their kernels and take a chance on a half arsed idea rather than take a much simpler route by going with x64.

Do i care what you think about me? you're a fool! hahaha

I'm not forcing people am i? BUT YOU ARE! USE THE DAMN x64! You're out of your mind, those people who want to use x64 will do it without your assistance and those who want to continue with x86 will also do it without YOU!

I tell anyone to ignore ?heads who force people....

Edited by JunkMail
CAN ANYONE Confirm whether THIS PATCH for VISTAx86 and Windows7x86 WORKS???

This patch also states that you must have PAE enabled system (I've added this link to first post for the purpose of review by any new comers)

If I'm understanding this Chinese page right, It has patched kernel which makes x86 (Post 6000 NTs) to access memory upto 128GB (which is cool)

whatever good comes out of this thread is worth it

just for a while, forget ANTI-discussions here...

I don't recommend using a hacked kernel, you have no idea what they put into that thing.

Also, isn't it against the rules here to distribute modified system files?

I didn't come up with that link even if its against (someone else pointed out to that link first) and since no one stopped that dude (thought it was fair enough since it has some meaning to it with this thread's topic)

Will you stop ****ing lying? How do you know it doesn't work if you haven't tried it? It's certainly technically possible. Why don't you stay out of the thread if you don't understand the subject, instead of derailing the thread with your moronic crap and being rude to someone who was just offering a neat tip? Did a 32-bit OS rape your wife, and this is your revenge?

loooool, i couldn't stop for a while... hehe (had to read it again)

Look whats below this post, a dude feels pity for his insanity (so predictable)

Do i care what you think about me? you're a fool! hahaha

I'm not forcing people am i? BUT YOU ARE! USE THE DAMN x64! You're out of your mind, those people who want to use x64 will do it without your assistance and those who want to continue with x86 will also do it without YOU!

I tell anyone to ignore ?heads who force people....

I pity the fool.

What does this prove? A 32bit processor can only address just under 4gb of memory, because of this limit with 32bit ints - MagicAndre1981,

that's why PAE was developed

but it's just displaying the amount you have installed. It cannot physically address this extra memory, it's simply impossible.

Wrong.

I did read the article, and I disagree with it (I am qualified enough to understand that parp).

then read it again and try it your own ;)

that's why PAE was developed

Which isn't supported above 4gb in XP or the standard versions of 2003 anyway. If your running 2003 Enterprise as your primary operating system then you have bigger issues than worrying about 32bit address limits.

PAE was designed for use in server environments, it was never intended for use on desktop OSes. The fact that 32 bit drivers for most consumer hardware aren't compatible with the extra page extension size needed to address the extra memory means that there is a possibility of irrational OS behaviour. These things are disabled for a reason, and threads like this just ramp up the misinformation

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!