Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

  1. /opt/local (the first block device should contain the operating system as well as a mount for the programs).
  2. The second block device (NVMe/SSD) should contain a mount point at /data (the device must have high storage capacity for all the data).
  3. The third block device (NVMe/SSD, but does not need to be of high capacity) should contain a mount point at /logs.

...