1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="configbasics">
|
---|
4 | <title>Virtual Machine Configuration</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | When you select a virtual machine from the list in the VirtualBox
|
---|
9 | Manager window, you will see a summary of that machine's settings
|
---|
10 | on the right.
|
---|
11 | </p>
|
---|
12 | <p>
|
---|
13 | Clicking on <b outputclass="bold">Settings</b> displays a
|
---|
14 | window, where you can configure many of the properties of the
|
---|
15 | selected VM. But be careful when changing VM settings. It is
|
---|
16 | possible to change all VM settings after installing a guest OS,
|
---|
17 | but certain changes might prevent a guest OS from functioning
|
---|
18 | correctly if done after installation.
|
---|
19 | </p>
|
---|
20 | <note>
|
---|
21 | <p>
|
---|
22 | The <b outputclass="bold">Settings</b> button is disabled
|
---|
23 | while a VM is either in the Running or Saved state. This is
|
---|
24 | because the <b outputclass="bold">Settings</b> window
|
---|
25 | enables you to change fundamental characteristics of the virtual
|
---|
26 | machine that is created for your guest OS. For example, the
|
---|
27 | guest OS may not perform well if half of its memory is taken
|
---|
28 | away. As a result, if the
|
---|
29 | <b outputclass="bold">Settings</b> button is disabled,
|
---|
30 | shut down the current VM first.
|
---|
31 | </p>
|
---|
32 | </note>
|
---|
33 | <p>
|
---|
34 | Oracle VM VirtualBox provides a wide range of parameters that can be
|
---|
35 | changed for a virtual machine. The various settings that can be
|
---|
36 | changed in the <b outputclass="bold">Settings</b> window
|
---|
37 | are described in detail in <xref href="BasicConcepts.dita#BasicConcepts"/>. Even
|
---|
38 | more parameters are available when using the
|
---|
39 | <userinput>VBoxManage</userinput> command line interface. See
|
---|
40 | <xref href="vboxmanage.dita#vboxmanage"/>.
|
---|
41 | </p>
|
---|
42 | </body>
|
---|
43 |
|
---|
44 | </topic>
|
---|