Recommended Configuration
Hardware Configurations
To get the better performance, it is recommended to use servers with the configuration given below:
Name | Minimum Requirement | Recommended |
---|---|---|
CPU cores | 4 | 2 quad-core CPU (8 cores) |
RAM | 8 GB | 16 GB |
OS | Â | 64-bit |
Hard disk | 200 GB | 500 GB |
Log Database | Â | For higher performance, a separate database for logs such as MS SQL Server, Oracle or MySQL. By default, an embedded database is used which limits the performance. For higher performance, the log DB can be installed on a separate server. |
Depending on the size of the data and performance needed, servers with higher configuration can be used.Â
Software Configurations
To get the better performance, it is recommended to configure your Adeptia with the parameters given below:
Optimize or Configure Adeptia Services
You can configure Adeptia databases on separate servers to distribute server load. Below are the areas you can configure in Adeptia to manage server load for better performance:
- Configure your Adeptia Log database on a separate server:
http://support.adeptia.com/entries/21925722-Moving-Log-Database-on-SQL-Server-MYSQL-Oracle - Configure your Adeptia Kernal and WebRunner services on a separate server. You can refer below forum link for further details:
http://support.adeptia.com/entries/22011196-Setup-Kernel-and-Webrunner-on-distributed-systems
Optimize your Adeptia JVM to Avoid Memory Issues
Adeptia Kernel and WebRunner use different JVMs. You can configure your Kernel and WebRunner JVMs separately in Adeptia launcher.properties file. Refer to the below forum link to configure Java memory settings:
http://support.adeptia.com/entries/21238802-Setting-Java-Heap-SizeRestart Adeptia Services if you have made any change.- As a best practice, it is recommended to use below settings for JVM:
Operating System and Java JRE: 64 bit
Java heap size for Kernel: 60% of the total memory
Java heap size for WebRunner: 20 % of the total memoryFor Example:
For 8GB RAM - Kernel = 4.8GB;
For 16GB RAM – Kernel = 10GB; WebRunner = 3.2GB
For Concurrent Processes
If the RAM size assigned to Adeptia Kernel JVM is 8GB then use half of that for the transaction processing and that to be based on the maximum size of data volume.
- Kernel JVM = 8GB
- To be used for processing = 4GB
- Typical file size = say 40KB
- Overhead per file process flow = 100KB
- Total needed per process flow runtime instance = 100KB + 40KB = 140KB
- Concurrent setting = 4GB / 140KB = 28 or 30
If the CPU utilization is above 80% then reduce the concurrency settings.
You need to configure the properties to use Adeptia Suite in a production environment, click here to know the configuration properties for running Adeptia Suite.