Requirements
Core/GW Servers
With the addition of new containers alongside the APIO Core containers, the resource requirements are slightly higher compared to a deployment with only APIO Core:
- CPU: 8 cores
- RAM: 16 GB
The recommended disk space is 100 GB, which is sufficient to accommodate the application, including Docker images stored under /var/lib/docker
and application logs stored under /var/log
.
Create dedicated partitions to protect key application directories from being overfilled by other software running on the same host. The recommended partitioning is as follows:
/var/lib/docker
: 60 GB/var/log
: 40 GB
In all cases, the LVM filesystem is recommended to facilitate storage expansion if needed in the future.