cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.outOfMemory

Former Member
0 Kudos

hello, I have developed a web application that it opens a report with JRC. version JRC 11.5

Application Serveur 6,0 server1

TimeOut in CRConfig.xml = 10.

I have mounted my application on application the serveur. if my application comes launch many times I see that the java.exe it increases to excess until generating a java.lang.outOfMemory and must to extinguish and to relight the server1. Why? hello and thanks to all

Goanlife

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The JVM is running out of memory. How much max heap size is allocated? I'd recommend minimum 512MB and increasing as needed.

Also, are you cleaning up ReportClientDocument objects after you're done with them? Invoke the close() method after you're done with it.

Sincerely,

Ted Ueda