Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b0706f41
Commit
b0706f41
authored
Jan 24, 2018
by
David McMahon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase KUBE_PARALLEL_BUILD_MEMORY to 40G.
parent
13b12e89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
golang.sh
hack/lib/golang.sh
+4
-4
No files found.
hack/lib/golang.sh
View file @
b0706f41
...
@@ -181,10 +181,10 @@ readonly KUBE_TEST_SERVER_TARGETS=($(kube::golang::server_test_targets))
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment