Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Out of Memory Issues

Status
Not open for further replies.

onionboy

Programmer
Nov 25, 2008
1
0
0
There is a production server (Crystal Report Server) .Right now we are presently running report
agents on instances 'x' and 'y'.We have 8 GB of RAM.



For each id it should generate different reports..i.e for 1 -- 25 reports,..2 -- 25reports .. etc.. according to the date


There is a cron job that iterates through different id's. So once reports (approx 25)
are generated for 1 id, there is an another facility id ready in the queue i.e 2 so on..
So there is no time for the system to release memory .. So there is a java code written such that
the memory will be released only the reports are generated for all the id's

So if there are few id's there is no memory issue..But if there are more
than 10-15 id's in a queue..so we are facing "Out of memory " issues.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top