Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple cpu mem build export #641

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added export cpu and memory values to Gentoo amd64 template
  • Loading branch information
davidmmiller committed Apr 11, 2013
commit 3b60c2e378bf7e6c37d7ccf2bd32e80663a3372f
6 changes: 6 additions & 0 deletions templates/gentoo-latest-x86_64-experimental/definition.rb
Original file line number Diff line number Diff line change
@@ -7,6 +7,12 @@
Veewee::Definition.declare({
:cpu_count => 2,
:memory_size => '1024',

# set these if you would like the exported box
# to be different from the settings during build
:export_cpu_count => 1,
:export_memory_size => '384',

:disk_size => '20280',
:disk_format => 'VDI',
:hostiocache => 'off',