Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting heap size full with JRFileVirtualizer #397

Open
tuspatil1 opened this issue Oct 25, 2023 · 1 comment
Open

Getting heap size full with JRFileVirtualizer #397

tuspatil1 opened this issue Oct 25, 2023 · 1 comment

Comments

@tuspatil1
Copy link

tuspatil1 commented Oct 25, 2023

Hi Team,

We are using jasperreports-6.20.1 community edidtion.
We are doing the performance testing of three virtualizers at our side with 10+ concurrent executions. We observed that the report on the "x" amount of a large dataset is getting generated successfully with JRGzipVirtualizer , but the same report on the same dataset is failing with JRFileVirtualizer. As per our logs, heap size is getting highly utilized by JRFileVirtualizer.

Can you please help us to understand if this is observed at the Jaspersoft side as well, that JRFileVirtualizer utilizes more heap size than JRGzipVirtualizer? Or can you please suggest, if there is any way to optimize the heap size utilization for JRFileVirtualizer?

Thanks,
Tushar

@dadza
Copy link
Collaborator

dadza commented Oct 30, 2023

No, we haven't seen a case in which JRFileVirtualizer uses more heap than JRGzipVirtualizer.

Please attach a self contained test case to reproduce what you're seeing on our side.

Regards,
Lucian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants