Hello

 

I have the following problem:

 

I have a page with a grid that is very large (>5000 records). It is a report, the user can select to print this info to a PDF or directly to the printer.

The problem is that when using Apache the memory grows and the following error is raised:

System.OutOfMemoryException

 

Using IIS the memory grows but so much, and we have no problem printing the report.

 

Memory usage when the page is opened:

IIS

Peak(Max) Working Set:            196,048 kb

Working Set:                             148,844 kb

Peak(Max) Private:                     177,840 kb

Private:                                     130,608 kb

 

Apache

Peak(Max) Working Set:            1,137,304 kb

Working Set:                             1,137,300 kb

Peak(Max) Private:                     1,122,216 kb

Private:                                     1,122,164 kb

 

As you can se the memory that IIS uses when creating the report is no more that 200,000 kb

The memory used by Apache grows to more than 1,100,000 kb.

 

Any help will be appreciated.

 

Luis

 

Reply via email to