cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.OutOfMemoryError

Former Member
0 Kudos

I am getting java.lang.OutOfMemoryError for line chart. I feel the error is due to memory setting for the application server. please help

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Shalaka,

This is probably due to an infinite loop in your JavaScript code.

-Sam

Former Member
0 Kudos

How are we supposed to help? Care to ask a more specific question on what you would like from us?

The logical thing would be to just increase the memory allocation....

Some other things you can try:

1) Check your datasets being returned...make sure you're not returning 1,000,000 rows of data

2) Check your code (javascript)...make sure there is no memory leak

3) Make sure you are using the correction version of the JRE that is supported by xMII