Versions Compared

Key

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

...

  1. Determine the number of threads
    If the server has two or less CPUs, then:
    number of threads = (number of backup files x 2) + number of CPUs
    If the server has more than two CPUs, then:
    number of threads = number of backup files x 5

  2. Calculate the max memory
    max memory =12MB + (2MB x number of backup files x number of threads) + (106KB x number of threads)

Per native backup

  1. Determine the number of threads
  2. Calculate the max memory

...