Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoDbThrottlingSettings

Package version

Specifies resource limits for the migration

Hierarchy

  • MongoDbThrottlingSettings

Index

Properties

Optional maxParallelism

maxParallelism: undefined | number

The maximum number of work items (e.g. collection copies) that will be processed in parallel

Optional minFreeCpu

minFreeCpu: undefined | number

The percentage of CPU time that the migrator will try to avoid using, from 0 to 100

Optional minFreeMemoryMb

minFreeMemoryMb: undefined | number

The number of megabytes of RAM that the migrator will try to avoid using

Generated using TypeDoc