Expand Minimize
This topic has not yet been rated - Rate this topic

ISchedulerJob.CanShrink Property

Determines whether the job resources can shrink.


Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
'Usage
Dim instance As ISchedulerJob
Dim value As Boolean

value = instance.CanShrink

bool CanShrink { get; }
/** @property */
boolean get_CanShrink ()

function get CanShrink () : boolean

Property Value

Is true if the server releases extra resources when they are no longer needed by the job; otherwise, false.

The default is true if not specified by a job template.

The server will remove resources from job if it determines that the job no longer needs the resources; the server will not shrink the resources beyond the minimum requested.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities




Build Date:

2013-04-22
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.