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
55e4941c
Commit
55e4941c
authored
Jul 29, 2015
by
Joe Beda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up memory requirements for release w/ boot2docker.
parent
f40b970b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
golang.sh
hack/lib/golang.sh
+8
-2
No files found.
hack/lib/golang.sh
View file @
55e4941c
...
...
@@ -104,10 +104,16 @@ readonly KUBE_CLIENT_PLATFORMS=(
windows/amd64
)
# Gigabytes desired for parallel platform builds.
8
is fairly
# Gigabytes desired for parallel platform builds.
11
is fairly
# arbitrary, but is a reasonable splitting point for 2015
# laptops-versus-not.
readonly
KUBE_PARALLEL_BUILD_MEMORY
=
8
#
# If you are using boot2docker, the following seems to work (note
# that 12000 rounds to 11G):
# boot2docker down
# VBoxManage modifyvm boot2docker-vm --memory 12000
# boot2docker up
readonly
KUBE_PARALLEL_BUILD_MEMORY
=
11
readonly
KUBE_ALL_TARGETS
=(
"
${
KUBE_SERVER_TARGETS
[@]
}
"
...
...
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