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

    • Microsoft Edge 149.0.4022.69 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.69 changelog: Fixed an issue that caused the Downloads dialog to continue displaying the "Keep/Delete" prompt for .rdp files after the download completed. Stable channel security updates are listed here. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User for 1-Year) by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where for only a limited time, you can save 44% on Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1 Year) for Windows. Take control of your business finances with Intuit® QuickBooks® Desktop Pro Plus 2024 Lifetime Activation for Windows. This powerful accounting software simplifies bookkeeping, expense tracking, invoicing, and financial management—all in one intuitive platform. Designed for small business owners, freelancers, and accountants, QuickBooks® Desktop Pro Plus 2024 ensures accuracy, efficiency, and seamless transaction tracking. Stay organized, save time, and manage your finances with confidence—no subscriptions, just lifetime access! Financial and business management Comprehensive Financial Management: Gain access to a full suite of features designed to handle everything from creating invoices & managing expenses to generating reports and tracking sales. Enhanced Reporting Tools: Generate professional reports & insights to make informed financial decisions and help you stay ahead of your business goals. Job Costing: Track the profitability of specific jobs or projects. Fixed Asset Management: Track the depreciation & value of fixed assets. Customer & Vendor Management: Organize information, streamline communication & enhance customer relations. Sales Order Processing: Create & manage sales orders from start to finish. Purchase Order Processing: Create & manage purchase orders to streamline vendor payments. Improved Inventory Management: Enhanced features for tracking inventory levels & costs. Automation, integration, and support Enhanced Bank Feeds: Web Connect (manual QBO imports), works on all licenses for easier bank reconciliation Time Tracking: Track employee time to accurately calculate payroll and project costs Easy Data Import: Quickly transfer financial data from Excel or older QuickBooks® versions Why choose Intuit® QuickBooks® Desktop Pro Plus 2024? Effortless Installation: Quick and easy setup with step-by-step guidance. No Hidden Costs: One-time payment—no subscriptions or recurring fees. Direct Official Download: Access the software securely from the official QuickBooks® website. Stay Up to Date: Get the latest updates and features for optimal performance. Multilingual Support: Available in multiple languages to suit your needs. Lifetime Access: A one-time purchase means no ongoing costs. IMPORTANT: Cloud integrations (QuickBooks Payments, TurboTax, and Online logins) are NOT included. Good to know: Length of access: lifetime Redemption deadline: redeem your code within 30 days of purchase Access options: Windows Max number of device(s): 2 (for 1 user only and can't be used simultaneously) Version: 2024 (United States) 64-bit Available to both NEW and EXISTING users For US customers only Updates included An Intuit QuickBooks Desktop Pro Plus 2024 (1 User + 1-Year) for Windows: Lifetime License normally costs $536, but it can be yours for just $299.99 for a limited time, a saving of $236. There are also other plans available. For specifications, and license info please click the link below. Get Intuit QuickBooks Desktop Pro Plus 2024 for just $299.99 This is a time limited deal For US customers only. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • AFAIK you shouldn't be getting a consent popup at all from Canada, so I think it is to do with a VPN or private/secure DNS.
    • From what I see it's only for Insider - preview builds. Not for everybody. So...
    • Of course, all of that sounds great on paper... No it doesn't!
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      91
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!