Merge lp://staging/~rvb/maas-test/better-create into lp://staging/maas-test

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: 79
Merged at revision: 81
Proposed branch: lp://staging/~rvb/maas-test/better-create
Merge into: lp://staging/maas-test
Prerequisite: lp://staging/~rvb/maas-test/warn-not-block
Diff against target: 25 lines (+4/-0)
2 files modified
maastest/kvmfixture.py (+3/-0)
maastest/tests/test_kvmfixture.py (+1/-0)
To merge this branch: bzr merge lp://staging/~rvb/maas-test/better-create
Reviewer Review Type Date Requested Status
Graham Binns (community) Approve
Review via email: mp+197196@code.staging.launchpad.net

Commit message

Add options to improve the performance of the VM.

Description of the change

--unsafe-caching improves significantly the performance of the VM, especially when running on a KVM machine. It's safe to use that for us, especially since our instances are short-lived, disposable machines.
--disk 20 (the default is 8) is just to make sure we have enough room. The disk is not pre-allocated so there is no cost in doing that.
--memory 2048, well, this also significantly improves the performance of the VM

To post a comment you must log in.
Revision history for this message
Graham Binns (gmb) wrote :

a

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches