Jump to content

What's the limit Wserver2003 ent can manage for single process?


sonnet

Recommended Posts


It depends - if you have the /3GB switch enabled in boot.ini, you can use up to 3GB of virtual address space in one single process, but that is as large as you can get in 32bit Windows - also, for this to even work, your application must be compiled as Large Address Aware. If your application uses virtual address space to store data, you can use /PAE to use an AWE window to store data in process space above 2GB, but that's fairly rare (databases, mostly). Basically, if you require more than 3GB address space, you need to run x64 versions of Windows (where you'll get 4GB of virtual address space for 32bit apps that are Large Address Aware), or tweak and recompile the application in 64bit, where you'll get (theoretically) 8TB of virtual address space.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...