Oracle Audio Technologies E10898-02 User Manual
Page 87
Oracle VM Server Configuration File
Oracle VM Server Configuration File
B-5
dom0-min-mem {memory}
Sets the minimum memory level in Megabytes that dom0 can use. The default is
196
.
(dom0-min-mem 256)
dom0-cpus {CPUs}
Sets the number of CPUs that dom0 can use. Setting it to 0 allows dom0 to use all
CPUs on the computer. The default is
0
.
(dom0-cpus 0)
enable-dump {yes | no}
Sets whether to core dump when a domain crashes. The default is
no
.
(enable-dump no)
external-migration-tool {tool}
Sets the tool to be used for initiating virtual TPM (Trusted Platform Module)
migration. The default is an empty string.
(external-migration-tool '')
VNC Server Options
vnc-listen {port}
The port on which to listen for the hardware virtualized VNC Server. Setting the port
to
0.0.0.0
allows access from all hosts. Setting the port to
localhost
restricts
access to only the local host. The default is
127.0.0.1
.
(vnc-listen '0.0.0.0')
vncpasswd {passwd}
Sets the password to use for hardware virtualized VNC Server connections. The
password is the global default for all hardware virtualized guests. You can set to use
no password with an empty string as the value. The default is an empty string (no
password).
(vncpasswd 'mypassword')