Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vagrant
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
advanced_computer_architecture
vagrant
Commits
e025c00b
Commit
e025c00b
authored
Apr 21, 2016
by
Christoph Gerum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only use 2 cpus in VM
parent
8abb1667
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Vagrantfile
Vagrantfile
+1
-1
export_vm.sh
export_vm.sh
+1
-1
No files found.
Vagrantfile
View file @
e025c00b
...
...
@@ -3,7 +3,7 @@ Vagrant.configure("2") do |config|
config
.
vm
.
provider
"virtualbox"
do
|
v
|
v
.
memory
=
4096
v
.
cpus
=
4
v
.
cpus
=
2
end
config
.
vm
.
provision
:shell
,
path:
"bootstrap.sh"
...
...
export_vm.sh
View file @
e025c00b
...
...
@@ -3,4 +3,4 @@
klog
vagrant halt
rm
-f
/afs/wsi/ti/ra/vm/ra_virtualbox.ova
VBoxManage
export
vm_students_default_1460542887194_25706
-o
/afs/wsi/ti/ra/vm/ra_virtualbox.ova
\ No newline at end of file
VBoxManage
export
vm_students_default_1460558051136_11385
-o
/afs/wsi/ti/ra/vm/ra_virtualbox.ova
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment