Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Pigz (1.57 sec)

  1. cluster/gce/config-default.sh

    # ETCD_PROGRESS_NOTIFY_INTERVAL defines the interval for etcd watch progress notify events.
    export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-5s}"
    
    # Optional: Install Pigz on Windows.
    # Pigz is a multi-core optimized version of unzip.exe.
    # It improves container image pull performance since most time is spent
    # unzipping the image layers to disk.
    export WINDOWS_ENABLE_PIGZ="${WINDOWS_ENABLE_PIGZ:-true}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  2. cluster/gce/config-test.sh

    # ETCD_PROGRESS_NOTIFY_INTERVAL defines the interval for etcd watch progress notify events.
    export ETCD_PROGRESS_NOTIFY_INTERVAL="${ETCD_PROGRESS_NOTIFY_INTERVAL:-5s}"
    
    # Optional: Install Pigz on Windows.
    # Pigz is a multi-core optimized version of unzip.exe.
    # It improves container image pull performance since most time is spent
    # unzipping the image layers to disk.
    export WINDOWS_ENABLE_PIGZ="${WINDOWS_ENABLE_PIGZ:-true}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 17:20:24 UTC 2024
    - 29.8K bytes
    - Viewed (0)
Back to top