Web Application hainging in case of Huge data.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm working on a Web based application. In case of huge data, my reports are
generating after taking a hell lot of time. I'm getting huge number of soft
page faults. My IE is trying to read data from page files when it's already
present in the cache. Looks like constantly shuffling between page files and
the RAM. Also tell me if there's a way to set the working set or working
memory size for IE alone as the working memory should be close to the memory
allocation.
 
Back
Top