mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Increase KUBE_PARALLEL_BUILD_MEMORY to 40G.
This commit is contained in:
parent
13b12e8940
commit
b0706f415a
@ -181,10 +181,10 @@ readonly KUBE_TEST_SERVER_TARGETS=($(kube::golang::server_test_targets))
|
|||||||
readonly KUBE_TEST_SERVER_BINARIES=("${KUBE_TEST_SERVER_TARGETS[@]##*/}")
|
readonly KUBE_TEST_SERVER_BINARIES=("${KUBE_TEST_SERVER_TARGETS[@]##*/}")
|
||||||
readonly KUBE_TEST_SERVER_PLATFORMS=("${KUBE_SERVER_PLATFORMS[@]}")
|
readonly KUBE_TEST_SERVER_PLATFORMS=("${KUBE_SERVER_PLATFORMS[@]}")
|
||||||
|
|
||||||
# Gigabytes desired for parallel platform builds. 11 is fairly
|
# Gigabytes necessary for parallel platform builds.
|
||||||
# arbitrary, but is a reasonable splitting point for 2015
|
# As of January 2018, RAM usage is exceeding 30G
|
||||||
# laptops-versus-not.
|
# Setting to 40 to provide some headroom
|
||||||
readonly KUBE_PARALLEL_BUILD_MEMORY=11
|
readonly KUBE_PARALLEL_BUILD_MEMORY=40
|
||||||
|
|
||||||
# TODO(pipejakob) gke-certificates-controller is included here to exercise its
|
# TODO(pipejakob) gke-certificates-controller is included here to exercise its
|
||||||
# compilation, but it doesn't need to be distributed in any of our tars. Its
|
# compilation, but it doesn't need to be distributed in any of our tars. Its
|
||||||
|
Loading…
Reference in New Issue
Block a user