< Back
Set-ODUConfigBackgroundJobsMax
Post
NAME Set-ODUConfigBackgroundJobsMax
SYNOPSIS
Sets the max number of background jobs
SYNTAX
Set-ODUConfigBackgroundJobsMax [[-BackgroundJobsMax] <Int32>] [<CommonParameters>]
DESCRIPTION
Sets the max number of background jobs. Certain processes (export, most notably) can
run using multiple background jobs to complete more quickly. Note: this value is
limited to 1-9. Also note: increasing this number to 9 DOES NOT necessarily speed up
your exports - it might slow them down! Testing on my machine shows that 5, the default,
is the sweet spot.
PARAMETERS
-BackgroundJobsMax <Int32>
Max number of background jobs, range 1 - 9
Required? false
Position? 1
Default value $(throw "$($MyInvocation.MyCommand) : missing parameter BackgroundJobsMax")
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ODUConfigBackgroundJobsMax
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Sets the max number of background jobs
SYNTAX
Set-ODUConfigBackgroundJobsMax [[-BackgroundJobsMax] <Int32>] [<CommonParameters>]
DESCRIPTION
Sets the max number of background jobs. Certain processes (export, most notably) can
run using multiple background jobs to complete more quickly. Note: this value is
limited to 1-9. Also note: increasing this number to 9 DOES NOT necessarily speed up
your exports - it might slow them down! Testing on my machine shows that 5, the default,
is the sweet spot.
PARAMETERS
-BackgroundJobsMax <Int32>
Max number of background jobs, range 1 - 9
Required? false
Position? 1
Default value $(throw "$($MyInvocation.MyCommand) : missing parameter BackgroundJobsMax")
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ODUConfigBackgroundJobsMax
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities