Cache Memory Usage

  • Thread starter Thread starter Penn
  • Start date Start date
P

Penn

I have a datatable and I'd like to cache it in memory because it's
frequently searched.

It contains 9000 rows. I'd like to have an idea how much memory is this
datatable taking up in cache memory. Anyway to determine this? A rough
estimate is fine.

Thanks!

Penn
 
Penn said:
I have a datatable and I'd like to cache it in memory because it's
frequently searched.

It contains 9000 rows. I'd like to have an idea how much memory is this
datatable taking up in cache memory. Anyway to determine this? A rough
estimate is fine.

Thanks!

Penn


Can't you use some kind of memory mesurement program that polls the
amount of used MB's (eg. Windows Task Manager, 3rd tab)?

//Rutger
 
Back
Top