jenkins-bot has submitted this change and it was merged.

Change subject: Enable I/O APIC
......................................................................


Enable I/O APIC

Oracle recommends enabling I/O APIC for all 64-bit Virtual Machines and
requires it for working with multiple CPU cores.

Bug: 51473
Change-Id: Ie953c6a23199fe0d2175f9396c3a407b312491dc
---
M Vagrantfile
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  Mattflaschen: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/Vagrantfile b/Vagrantfile
index 02a31cf..c0ce5f4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -58,6 +58,7 @@
         # See http://www.virtualbox.org/manual/ch08.html for additional 
options.
         vb.customize ['modifyvm', :id, '--memory', '768']
         vb.customize ['modifyvm', :id, '--ostype', 'Ubuntu_64']
+        vb.customize ['modifyvm', :id, '--ioapic', 'on']  # Bug 51473
 
         # To boot the VM in graphical mode, uncomment the following line:
         # vb.gui = true

-- 
To view, visit https://gerrit.wikimedia.org/r/74061
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie953c6a23199fe0d2175f9396c3a407b312491dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to