Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
94892ab3
Commit
94892ab3
authored
6 years ago
by
Peter Metz
Committed by
Kubernetes Prow Robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix(vagrant): sets video RAM to 8 MB, avoids large default (256) (#4230)
parent
323d788f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+1
-0
1 addition, 0 deletions
Vagrantfile
with
1 addition
and
0 deletions
Vagrantfile
+
1
−
0
View file @
94892ab3
...
...
@@ -120,6 +120,7 @@ Vagrant.configure("2") do |config|
vb
.
cpus
=
$vm_cpus
vb
.
gui
=
$vm_gui
vb
.
linked_clone
=
true
vb
.
customize
[
"modifyvm"
,
:id
,
"--vram"
,
"8"
]
# ubuntu defaults to 256 MB which is a waste of precious RAM
end
node
.
vm
.
provider
:libvirt
do
|
lv
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment