Whenever a request is made to our BIRT server to create a report, an instance is started. When the report is finished building, the instance closes. When another report request is made, a new instance is created. Each time an instance is created, BIRT consumes a significant amount of memory and CPU. When this server goes live, there could be hundreds of requests at one time. What setting in the attached Java code needs to be changed to keep an instance running and performance at its highest? Thanks in advance.