Skip to content

Commit da58e4f

Browse files
committed
Merge pull request #1343 from Xe/documentation/virtualbox-in-ubuntu
documentation(README): add note about ram usage and Ubuntu
2 parents 8ae34c5 + 28194dc commit da58e4f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ On your workstation:
2323
* Install the fleetctl client: Install v0.5.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases).
2424
* Install the Docker client if you want to run Docker commands locally (optional)
2525

26+
A single-node cluster launched with Vagrant will consume about 5 GB of ram on
27+
the host machine. Please be sure you have sufficient free memory before
28+
proceeding.
29+
30+
Note for Ubuntu users: the VirtualBox package in Ubuntu (as of the last known
31+
release for 14.04) has some issues when running in ram-constrained
32+
environments. Please install the lastest version of VirtualBox from Oracle's
33+
website.
34+
2635
## Additional setup for a multi-node cluster
2736
If you'd like to spin up more than one VM to test an entire cluster, there are a few additional prerequisites:
2837
* Edit [contrib/coreos/user-data](contrib/coreos/user-data) and add a unique discovery URL generated from `https://discovery.etcd.io/new`

0 commit comments

Comments
 (0)