You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    « Previous Version 4 Next »

    Synopsis

    supervisor_smart_share_preempt_policy = method

    The pre-emption method the Supervisor will use to pre-empt secondary instances (instances that were automatically expanded by the SmartShare feature). Method can be either disabled, passive, or aggressive.

    Values

    • passiveshutdown instances when convenient, instances are allowed to finish the agenda-item they're currently processing before terminating
    • aggressiveinstances are terminated immediately
    • disableddisable pre-emption

    Example

    supervisor_smart_share_preempt_policy = passive

    Defaults

    aggressive

    • No labels