Szerkesztés

Megosztás a következőn keresztül:


ResourceOptimizedPlacementOptions.LocalSiloPreferenceMargin Property

Definition

The specified margin for which: if two silos (one of them being the local to the current pending activation), have a utilization score that should be considered "the same" within this margin.

  • When this value is 0, then the policy will always favor the silo with the lower resource utilization, even if that silo is remote to the current pending activation.
  • When this value is 100, then the policy will always favor the local silo, regardless of its relative utilization score. This policy essentially becomes equivalent to PreferLocalPlacement.
public int LocalSiloPreferenceMargin { get; set; }
member this.LocalSiloPreferenceMargin : int with get, set
Public Property LocalSiloPreferenceMargin As Integer

Property Value

Remarks

Do favor a lower value for this e.g: 5-10

Valid range is [0-100]

Applies to