Home
Analytics
java.lang.OutOfMemoryError: Java heap space problem in BIRT report
viky4frnds
<p>Hi,</p>
<p> </p>
<p> I have designed BIRT report(abc.rptdesign). i have used one query in dataset.When I click on Preview results from Data Set, I am getting the error "java.lang.OutOfMemoryError: Java heap space". But if i run that query in Toad, i am getting results. What is the solution? can any one help me?Also attached error message screen shot.
Find more posts tagged with
Comments
Matthew L.
<p>Try editing the -Xmx value in your eclipse.ini file (it is located where you have BIRT installed) to a higher value.</p>
<p>Example:</p>
<p>If the -Xmx value in your eclipse.ini file is: -Xmx386m</p>
<p>Try changing it to: -Xmx1024m</p>
<p>Then save and restart BIRT.</p>
viky4frnds
<p>Thanks matthew..Problem solved</p>