Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.56 KB

32-bit-mode-worker-processes.md

File metadata and controls

31 lines (21 loc) · 1.56 KB
title author description ms.date ms.assetid msc.legacyurl msc.type
32-bit Mode Worker Processes
walterov
One of the performance benefits of the x64 platform is that it increases virtual address space, making more memory available. We recommend that you configure...
12/01/2007
c231f281-e384-4b4f-a1ee-a09841cabae0
/learn/web-hosting/web-server-for-shared-hosting/32-bit-mode-worker-processes
authoredcontent

32-bit Mode Worker Processes

by Walter Oliver

One of the performance benefits of the x64 platform is that it increases virtual address space, making more memory available. We recommend that you configure IIS to use a 32-bit worker processes on 64-bit Windows. Not only its compatibility better than the native 64-bit, performance and memory consumption are also better.

Set the Web server to enable this globally so that you do not need to set it for each application pool. Unlike previous versions of IIS, you can now configure specific worker processes to run in 32-bit or 64-bit mode independently of each other on the same server.

To configure 32-bit mode for the server

  • Open a command prompt and run the following:

[!code-consoleMain]

Note

This setting applies only to 64-bit servers.

To configure 32-bit mode for the server using the IIS PowerShell Provider

  • Open a PowerShell prompt and run the following:

[!code-powershellMain]