I have a server Windows Server 2012 with 8GB RAM.
When I used Enable 32-Bit Applications
in IIS, what is the maximum RAM can I use with this option?
What is the difference in RAM loaded with set enable 32 bit applications to true and false?
I have a server Windows Server 2012 with 8GB RAM.
When I used Enable 32-Bit Applications
in IIS, what is the maximum RAM can I use with this option?
What is the difference in RAM loaded with set enable 32 bit applications to true and false?
When I used enable 32 bit application What is the maximum ram can I used with this option?
Each App Pool Worker Process will be limited to 4GB of memory. A 32bit process has only a 4GB Virtual Address Space, and on 64bit Windows a 32bit process doesn't have any reservation in that 4GB for kernel memory (like on 32bit Windows). Note that an App Pool can have multiple worker processes if you want.