diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-06-25 03:50:28 -0700 |
---|---|---|
committer | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-06-25 03:50:28 -0700 |
commit | f8035649e928c45b6315dade2d33767b94209661 (patch) | |
tree | 9c4dd2e3ab51a7e7daad39130b0823a50b45aa33 /build-root/vagrant/README | |
parent | a7575eacb922965e642e38560be3a2f34c5a6eff (diff) |
Vagrantfile RAM default is too small.
- Will raise JIRA for someone to convert this to use binaries by default
- This means we should be able to get away with smaller VM for non-dev users
Change-Id: If3d9283ba2c169792a1ab71ff692c25de82d41f4
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'build-root/vagrant/README')
-rw-r--r-- | build-root/vagrant/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/README b/build-root/vagrant/README index 168b6b52eec..238c90ce99c 100644 --- a/build-root/vagrant/README +++ b/build-root/vagrant/README @@ -17,7 +17,7 @@ To use, edit env.sh then By default, the VM created is/has: - Ubuntu 14.04 - 2 vCPUs -- 2G of RAM +- 4G of RAM - 2 NICs (1 x NAT - host access, 1 x VPP DPDK enabled) PROVIDERS: |