Hi All,
I have one agent which I am running through web. It uses print command to print output to web browser which I am displaying in browser by using jQuery. It’s working fine.
I have used print command in loop which fetches data from each document, this document is taken from document collection and it runs on all document collection.
I have checked that this loop is working fine for all document collection. but while printing result to browser I am getting error in browser HTTP Web Server: Out of Memory Exception.
If I try to print data for only 217 documents from document collection by running loop on 217 documents then its working fine. For more than this documents its giving above error.
I think there may be some memory problem, Can anybody suggest me if there is any setting on server to resolve this problem. Or how can be this resolved.
Thanks