Veateade:
aspnet_wp.exe (PID: 4408) was recycled because memory consumption exceeded the 1227 MB (60 percent of available RAM).
IIS 6.0 korral (näiteks Windows Server 2003) saab workerile lubatud mälu sättida IIS settingute juurest:
AppPool->Properties->tab Recycling-> blokk "memory recycling".
IIS 5.1 korral (Windows XP) aga ei ole Application Pool'i konfigureerimine nii lihtne. Abiks on machine.config täiendamine:
<system.web> ... <processModel autoConfig="true" memoryLimit="80"/> ... </system.web>See annab näiteks kasutada 80% masina RAMist.