Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/74061


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/61/74061/1

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: newchange
Gerrit-Change-Id: Ie953c6a23199fe0d2175f9396c3a407b312491dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to