Mongo Db Throttling Settings Args
data class MongoDbThrottlingSettingsArgs(val maxParallelism: Output<Int>? = null, val minFreeCpu: Output<Int>? = null, val minFreeMemoryMb: Output<Int>? = null) : ConvertibleToJava<MongoDbThrottlingSettingsArgs>
Specifies resource limits for the migration
Properties
Link copied to clipboard
The maximum number of work items (e.g. collection copies) that will be processed in parallel
Link copied to clipboard
The percentage of CPU time that the migrator will try to avoid using, from 0 to 100
Link copied to clipboard
The number of megabytes of RAM that the migrator will try to avoid using