Java heap space issue when saving report

Hi everybody.

When I try to save a report, no matter the format, from a client, the following error is prompted:

java.lang.OutOfMemoryError: java.lang.OutOfMemoryError: Java heap space

I’ve seen that after rebooting the server it works, however once I save it the first time, the RAM memory in use rises to about 6 GB and it remains occupied all the time.

The memory I’ve allocated for Java is:

Initial Java Heap Size (in MB)

wrapper.java.initmemory=2048

Maximum Java Heap Size (in MB)

wrapper.java.maxmemory=12288

With regard to the client, I have:

Initial 128 MB
Max. 4096 MB

Java Version:1.8.0_191-b12
Ignition version: 7.9.10

Any ideas?

The ignition system is running into a virtual machine (VMWARE), may be the problem?

I have another problem, when i try to put my report in the reportviewer, the designer eviroment lock, i see the CPU around the 100% by the Java Web launcher process. I don´t understand because the same report in the designer report scope works well.

Thank you very much

Your table on your report might be “too small”, so when you pull in real data it generates like 1000 pages. Just make the table larger in the designer(more grey space). You might want to experiment with Table Groups as well to eventually get multiple tables to stack nicely.

Thank you very much Dano for your answer.
I have solved starting again don´t know what could happen but now its working.:grinning: