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 = 106KB x number of threads

Per native compressed backup

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

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

Known issues

Using the CLI to remove a failed virtual database does not sync with SQL VDB Console

...