nerdexam
Broadcom-VMware

2V0-622 · Question #37

An administrator wants to reduce the memory overhead for a 3D graphics enabled virtual machine (VM). What advanced feature can be added to the VM configuration file to reduce memory overhead?

The correct answer is A. vga.vgaOnly=TRUE. Adding vga.vgaOnly=TRUE to the VMX configuration file disables SVGA and 3D acceleration, reverting the VM to basic VGA mode and reducing its graphics memory overhead.

Section 8 – Deploy and Administer VMware Virtual Machines

Question

An administrator wants to reduce the memory overhead for a 3D graphics enabled virtual machine (VM). What advanced feature can be added to the VM configuration file to reduce memory overhead?

Options

  • Avga.vgaOnly=TRUE
  • Bvga.svgaEnable=FALSE
  • CsvgaEnabled=FALSE
  • DsvgaDisable=TRUE

How the community answered

(31 responses)
  • A
    77% (24)
  • B
    3% (1)
  • C
    13% (4)
  • D
    6% (2)

Why each option

Adding vga.vgaOnly=TRUE to the VMX configuration file disables SVGA and 3D acceleration, reverting the VM to basic VGA mode and reducing its graphics memory overhead.

Avga.vgaOnly=TRUECorrect

The vga.vgaOnly=TRUE parameter is a valid VMX advanced configuration entry that disables SVGA extensions and 3D acceleration for the virtual display adapter. This limits the VM to legacy VGA-only rendering, which removes the large memory reservation that VMware allocates to support 3D graphics features, directly reducing memory overhead.

Bvga.svgaEnable=FALSE

vga.svgaEnable is not a recognized VMX parameter; the supported parameter for switching to VGA-only mode is vga.vgaOnly, not a negated SVGA enable flag.

CsvgaEnabled=FALSE

svgaEnabled is not a valid VMX configuration key; no such parameter exists in the VMware VMX configuration reference for controlling SVGA or 3D graphics memory.

DsvgaDisable=TRUE

svgaDisable is not a valid VMX parameter name; VMware does not expose a boolean disable key with this identifier in the VM configuration file.

Concept tested: VMX advanced settings for reducing 3D graphics memory overhead

Source: https://kb.vmware.com/s/article/2111201

Topics

#VM 3D graphics#memory overhead reduction#vga.vgaOnly#advanced VM parameters

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice