From 8f3fc36ae6fde66b9855d63d4fe08ab4c3a8c796 Mon Sep 17 00:00:00 2001 From: Ian Chakeres Date: Fri, 6 Apr 2018 15:10:19 -0700 Subject: [PATCH] Update memory required to build kubernetes on osx to 4.5G --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 36c3583876d..bcd7f468a9a 100644 --- a/build/README.md +++ b/build/README.md @@ -6,7 +6,7 @@ Building Kubernetes is easy if you take advantage of the containerized build env 1. Docker, using one of the following configurations: * **macOS** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/docker-for-mac/). - **Note**: You will want to set the Docker VM to have at least 3GB of initial memory or building will likely fail. (See: [#11852]( http://issue.k8s.io/11852)). + **Note**: You will want to set the Docker VM to have at least 4.5GB of initial memory or building will likely fail. (See: [#11852]( http://issue.k8s.io/11852)). * **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS. * **Remote Docker engine** Use a big machine in the cloud to build faster. This is a little trickier so look at the section later on. 2. **Optional** [Google Cloud SDK](https://developers.google.com/cloud/sdk/)