Page MenuHomePhabricator

vagrant resets the number of processors to 2 after increasing this setting on VirtualBox
Closed, InvalidPublic

Description

I tried to use VirtualBox settings to increase the number of processors used by my MediaWiki vagrant install (from 2 to 4), as suggested on
https://www.mediawiki.org/wiki/MediaWiki-Vagrant/Troubleshooting#If_vagrant_is_slow
I saved my changes, but after I executed vagrant up the number was reset to 2. Increasing the memory has the same problem, but increasing the video memory works fine.

Is this a bug preventing me to make this change permanent or did I miss something?

Event Timeline

He7d3r raised the priority of this task from to Needs Triage.
He7d3r updated the task description. (Show Details)
He7d3r added a project: MediaWiki-Vagrant.
He7d3r subscribed.

Use vagrant config vagrant_cores N and vagrant config vagrant_ram N to change from the default values or manually override in a Vagrantfile-extra.rb file. vagrant config --list will give you a list of all the custom VM level settings provided by MediaWiki-Vagrant.

He7d3r claimed this task.

Thanks! That worked.

Unfortunately it didn't solve the slowness =/