< Back
Get-ODUConfigBackgroundJobsMax
Post
NAME Get-ODUConfigBackgroundJobsMax
SYNOPSIS
Gets the max number of background jobs
SYNTAX
Get-ODUConfigBackgroundJobsMax [<CommonParameters>]
DESCRIPTION
Gets 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
<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
System.Int32
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ODUConfigBackgroundJobsMax
5
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Gets the max number of background jobs
SYNTAX
Get-ODUConfigBackgroundJobsMax [<CommonParameters>]
DESCRIPTION
Gets 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
<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
System.Int32
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ODUConfigBackgroundJobsMax
5
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities