Skip to content

Commit f0fb2a4

Browse files
author
Sean M. Collins
committed
Bump minimum memory requirement to 4GB
1 parent 7653e6a commit f0fb2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ conf = {
44
'ip_prefix' => '192.168.27',
55
'box_name' => 'trusty',
66
'box_url' => 'https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box',
7-
'allocate_memory' => 1024,
7+
'allocate_memory' => 4096,
88
'cache_dir' => 'cache/',
99
'ssh_dir' => '~/.ssh/',
1010
'devstack_repo' => 'git://github.com/openstack-dev/devstack.git',

0 commit comments

Comments
 (0)