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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top