Page 1 of 1

Rendering and exporting issues

Posted: Tue Sep 09, 2025 2:09 am
by simon ren
Hello,

I used the provided render() and export() methods in my Java code.

However, in the case of a large amount of data, the report will become very large after rendering, causing memory overflow during subsequent exports. Is there a method to solve the memory overflow problem by simultaneously rendering and exporting and releasing the already exported memory.

Or do you have any better suggestions to solve memory overflow caused by large amounts of data?

Re: Rendering and exporting issues

Posted: Tue Sep 09, 2025 6:41 am
by Vadim
Здравствуйте

Вы можете включить кеширование опцией отчета ReportCacheMode
39.png
39.png (16.67 KiB) Viewed 31 times
При включенном кэшировании отчёт сокращает потребление памяти, сохраняя данные в файловой системе. Производительность экспорта может быть немного снижена из-за дополнительных операций чтения/записи, связанных с кэшированием.