Start a new topic
Answered

Updating resources available for PDF generation

I noticed that when generating some reports in PDF format it takes very long time. Is it possible to increase the resources to this report generation process, and get the report faster?

 


Best Answer

Yes, it is possible to get faster response by increasing the memory available to the report generation thread. This will especially help when you are generating reports that involve analyzing huge amounts of data.


To update the memory settings,

Go to the folder egurkha\manager\config, and edit the file eg_services.ini. Under the [EXEC] section, change the xmx with the below parameter

BackgroundReport_java_options=-Xrs -Xmx364M -Xms256M


Here, 364 & 256 are the memory settings in MB. You can increase those settings up to a maximum of 1GB. 


Note: Ensure that the eG manager server has enough resources before you update the settings.

1 Comment

Answer

Yes, it is possible to get faster response by increasing the memory available to the report generation thread. This will especially help when you are generating reports that involve analyzing huge amounts of data.


To update the memory settings,

Go to the folder egurkha\manager\config, and edit the file eg_services.ini. Under the [EXEC] section, change the xmx with the below parameter

BackgroundReport_java_options=-Xrs -Xmx364M -Xms256M


Here, 364 & 256 are the memory settings in MB. You can increase those settings up to a maximum of 1GB. 


Note: Ensure that the eG manager server has enough resources before you update the settings.

Login to post a comment