...
To achieve adequate performance, create separate partitions, ideally on separate drives. This helps to avoid I/O contention. We recommend 3 separate storage devices or at least 3 separate partitions for non-production environments:
- /opt/local (the first block device should contain the operating system as well as a mount for the programs).
- The second block device (NVMe/SSD) should contain a mount point at /data (the device must have high storage capacity for all the data).
- The third block device (NVMe/SSD, but does not need to be of high capacity) should contain a mount point at /logs.
...