Merhaba,
Uygulamanın kullandığı ram seviyesi application pool’un kullanabileceği değerin %90’ına ulaşınca sistem kendisini rahatlatmak için önbelleği temizlemeye başlıyor.
Bunu engellemek istiyorsanız web.config dosyasına aşağıdaki satırları eklemeniz yeterli.
İlk değer haricindekiler default değerleri göstermektedir.
<![if !supportLists]>1. <![endif]><caching>
<![if !supportLists]>2. <![endif]> <cache disableMemoryCollection = "true"
<![if !supportLists]>3. <![endif]> disableExpiration = "false"
<![if !supportLists]>4. <![endif]> privateBytesLimit = "0"
<![if !supportLists]>5. <![endif]> percentagePhysicalMemoryUsedLimit = "90"
<![if !supportLists]>6. <![endif]> privateBytesPollTime = "00:02:00"/>
<![if !supportLists]>7. <![endif]></caching>
Tarık
Hiç yorum yok:
Yorum Gönder