|
Hi,
We are using ECS extensively for a
project. We found a problem recently.
We display data as rows and columns in html
Table (with tr and td's)
We tested for reasonably high numbers for 2000
rows and everything was fine with a high heap.
Now some place at the client the data reaches to
6000 rows which causes the program to go for out of memory error at String
class. This is because during dumping of page the string is too
huge.
Please let me know how to overcome this
problem.
Thanks
Venkatesh
|
- Re: Memory Problems _ Urgent Venkatesh Kumar A G
- Re: Memory Problems _ Urgent Jon Stevens
