Updating resources available for PDF generation

Posted over 10 years ago by Kevin Banks

Post a topic
Answered
K
Kevin Banks

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?

 

0 Votes

A

Administrator posted over 10 years ago Admin 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.

0 Votes


1 Comments

A

Administrator posted over 10 years ago Admin 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.

0 Votes

Login to post a comment