summaryrefslogtreecommitdiff
path: root/doc/manual/en_US/dita/topics/create-vm-wizard-hardware.dita
blob: b09d3218ae39425e5f275f7df081913e5e91ff22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="create-vm-wizard-hardware">
  <title>Create Virtual Machine Wizard: Hardware</title>
  
  <body>
    <p>
        Use this page to configure hardware settings for the virtual
        machine.
      </p>
    <fig id="fig-create-vm-hardware">
      <title>Creating a Virtual Machine: Hardware</title>
      <xref href="images/create-vm-3.png" format="png" platform="htmlhelp">
        <image href="images/create-vm-3.png" width="10cm" placement="break">
          <alt>Creating a Virtual Machine: Hardware</alt>
        </image>
      </xref>
      <image platform="ohc" href="images/create-vm-3.png" width="10cm" placement="break">
        <alt>Creating a Virtual Machine: Hardware</alt>
      </image>
    </fig>
    <p>
        The following fields are available on this wizard page:
      </p>
    <ul>
      <li>
        <p><b outputclass="bold">Base Memory.</b> Select the
            amount of RAM that Oracle VM VirtualBox should allocate every time
            the virtual machine is started. The amount of memory
            selected here will be taken away from your host machine and
            presented to the guest OS, which will report this size as
            the virtual machines installed RAM.
          </p>
        <note type="caution">
          <p>
              Choose this setting carefully. The memory you give to the
              VM will not be available to your host OS while the VM is
              running, so do not specify more than you can spare.
            </p>
          <p>
              For example, if your host machine has 4 GB of RAM and you
              enter 2048 MB as the amount of RAM for a particular
              virtual machine, you will only have 2 GB left for all the
              other software on your host while the VM is running. If
              you run two VMs at the same time, even more memory will be
              allocated for the second VM, which may not even be able to
              start if that memory is not available.
            </p>
          <p>
              On the other hand, you should specify as much as your
              guest OS and your applications will require to run
              properly. A guest OS may require at least 1 or 2 GB of
              memory to install and boot up. For best performance, more
              memory than that may be required.
            </p>
        </note>
        <p>
            Always ensure that the host OS has enough RAM remaining. If
            insufficient RAM remains, the system might excessively swap
            memory to the hard disk, which effectively brings the host
            system to a standstill.
          </p>
        <p>
            As with other <b outputclass="bold">Create Virtual
            Machine</b> wizard settings, you can change this
            setting later, after you have created the VM.
          </p>
      </li>
      <li>
        <p><b outputclass="bold">Processor(s).</b> Select the
            number of virtual processors to assign to the VM.
          </p>
        <p>
            It is not advised to assign more than half of the total
            processor threads from the host machine.
          </p>
      </li>
      <li>
        <p><b outputclass="bold">Enable EFI.</b> Enables
            Extensible Firware Interface (EFI) booting for the guest OS.
          </p>
      </li>
    </ul>
    <p>
        Click <b outputclass="bold">Next</b> to go to the next
        wizard page.
      </p>
  </body>
  
</topic>