![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using HttpRuntime.Cache.Insert(key, object) to cache some object in my web application. I am using IIS 6 and /3GB option to support my 3Gb physical memory. I've set the maximum used memory to 1800Mb in the application pool. When my web app cache object increase and the private byte nearly 1.5Gb, the cache will start flush from 15000 entries to 800 entries and the private byte become 300Mb now. Can I control the flushing amount (i don't want to flush nearly all cache objects)? and it is not what I expected that the app will nearly 1.8G to start flushing (there still 300M to go). Thanks in advance, Dicky Cheng |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |