exporting big excel file crashes Yellowfin
Resolved
Hi,
after trying to export an excel file from a report (72000 lines), Yellowfin becomes veeeeery slow and cannot load anything. To solve the problem, I need to restart Yellowfin which is not handy.
How can we prevent this from happening?
Thanks,
Dim
This is the log file :)
This is the log file :)
Hello,
Unfortunately, it looks like Yellowfin is running low on memory when exporting such a large file.
The file is assembled in memory first, before being written to file, which is causing issues with memory/garbage collection.
The only solution to this would be to increase the amount ov available memory to the JVM.
Sorry for the inconvenience!
Best regards,
Pete
Hello,
Unfortunately, it looks like Yellowfin is running low on memory when exporting such a large file.
The file is assembled in memory first, before being written to file, which is causing issues with memory/garbage collection.
The only solution to this would be to increase the amount ov available memory to the JVM.
Sorry for the inconvenience!
Best regards,
Pete
Hi Peter,
ok. Thank you for your answer :)
Dim
Hi Peter,
ok. Thank you for your answer :)
Dim
Replies have been locked on this page!