System Requirements
LeapLogic is a Linux-based software. The system requirements are as given here.
- Operation System: RHEL 9.3, Oracle Linux 9.4, or Amazon Linux 2023 AMI
- Memory: 64GB (minimum) or 128GB (maximum)
- CPU cores: 16 cores (recommended)
- OS Hardening: Set hard and soft limits of OS in the file /etc/security/limits.conf and restart the session. Open the limits.conf file using the command given below.
sudo vi /etc/security/limits.conf
Add the commands below at the end of the file.
*soft nofile 65536
* hard nofile 65536
Save and exit the file using the command given below.
To verify whether the values of the limits are configured, use the following commands.
ulimit -all
ulimit -Hn
ulimit -Sn