Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Log Database Connection Pool

Following property can be configured to control the size of log database connection pool. It is set to 100 but can be increased if log connections are not available. 

To change the connection pool size of log database, open server-configure.properties file from the …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc folder and change the value highlighted in the figure below: 

 

 Backend Database Connection Pool

Following property can be configured to control the size of backend database connection pool. It is set to 50 but can be increased if backend connections are not available.

To change the connection pool size of backend database, open server-configure.properties file from the …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc folder and change the value highlighted in the figure below: 

The number of objects and processes within the backend database governs the performance of the user interface. Therefore, when the backend database becomes large, you may need to increase the memory setting to this database:

  1. Go to …<ConnectServerInstallFolder>\AdeptiaServer\ServerKernel\etc folder.
  2. Open server-configure.properties file in the Text Editor. 
  3. Increase the value of the property abpm.embedded.indigo.memory as per your requirement.
     #Webrunner JVM parameters WB:JVM: -Xms128M -Xmx512M -Xrs -XX:PermSize=64M -XX:MaxPermSize=128M 
  • No labels