Set-BluGenieJobMemory



Set-BluGenieJobMemory

SYNOPSIS

Set-BluGenieJobMemory is an add-on to control the Job Memory used while processing a BluGenie Job

SYNTAX

Set-BluGenieJobMemory [[-Memory] <Int64>] [-Walkthrough] [<CommonParameters>]

DESCRIPTION

Set-BluGenieJobMemory is an add-on to control the Job Memory used while processing a BluGenie Job

Select the amount of Memory you want this job to use. Default is (512mb). Memory information is pulled from (ClassName Win32_PhysicalMemory)

EXAMPLES

EXAMPLE 1

Command: Set-BluGenieJobMemory
Description: This will show the job memory limit
Notes:
Output:

EXAMPLE 2

EXAMPLE 3

PARAMETERS

Memory

Walkthrough

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Last updated