Skip to content

cannot create VM with PAE #2

@flyingfrog81

Description

@flyingfrog81

Cannot create the VM with Vagrant using more than 2048MB of RAM and 1 CPU, also we need to disable PAE by inserting in the Vagrantfile, the only working configuration is this:

  config.vm.provider "virtualbox" do |vb|
    vb.name = "azdora"
    vb.memory = 2048
    vb.cpus = 1
    vb.customize ["modifyvm", :id, "--pae", "off"]
  end

The system is configured as:
host : Scientific Linux release 6.6 (Carbon)
VBox : Oracle virtualbox 4.3.24r98716

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions