S
Sergey via DotNetMonster.com
I have Win2003 64bit server with 6 GB or RAM. Windows Task Manager displays
that:
* 0.5 GB are taken by IIS
* 2.0 GB - SQL Server and other applications
* 3 GB - System Cache
* 0.5 GB - available
So it seems like I have plenty of available RAM. However when I add small
data objects to the ASP.NET cache it almost immediately automatically deletes
them, although I set 10 mins experation time and use CacheItemPriority.High.
What could be wrong? The same code works fine on my WindowsXP with 750MB of
RAM.
that:
* 0.5 GB are taken by IIS
* 2.0 GB - SQL Server and other applications
* 3 GB - System Cache
* 0.5 GB - available
So it seems like I have plenty of available RAM. However when I add small
data objects to the ASP.NET cache it almost immediately automatically deletes
them, although I set 10 mins experation time and use CacheItemPriority.High.
What could be wrong? The same code works fine on my WindowsXP with 750MB of
RAM.