Home
Analytics
java.lang.outofMemory Error
hardik_982
hi
i hava used birt 2.2 and eclipse 3.3 for develping one web apps
i have developed and running since 2 or 3 months
but when data in t able increse in oracle
it can not display my report and give error
java.jlan,outofMemory error
anybody can help me for that!?
-hardik
Find more posts tagged with
Comments
averma
Hardik:
You can define the upper memory limit in your web app by configuring java options (JAVA_OPTS) of your web server. Typically this value is 512 mb (specified in java option as -Xmx512m). You can bump up this number and see if out of memory error goes away.
Ashwini