Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Log Database Connection Pool

This page contains the following information:

Table of Contents
maxLevel3

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

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