...
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 connection pool size of log database, open Server-Configure. properties file from <AdeptiaSuiteInstallFolder>/ServerKernel/etc folder and change the value highlighted in figure below:
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 connection pool size of backend, edit the Server-Configure-Properties file and change the value highlighted in figure infigure 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:
- Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
- Open server-configure.properties file in the Text Editor.
- 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