Win 64 IIS memory limit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just heard that the memory limit for IIS applications under win 64 is only
8 gig. Can somebody confirm this? Deny this?

Thanks!
 
I just heard that the memory limit for IIS applications under win 64 is only
8 gig. Can somebody confirm this? Deny this?

Thanks!

The memory space available for *any* process on a 64-bit OS is as
follows:

32-bit Process:
2GB (If the 3GB switch is enabled, this increases to 3GB)

32-bit Process compiled with /LARGEADDRESSAWARE:
4GB

64-bit Process:
8TB (That's 8 terrabytes)

I suspect that whomever told you this mistook 8TB for 8GB, but it's
important to realize that this depends on a 64-bit process and not a
32-bit process running on WOW64.


Jim Cheshire
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top