Deep Security 11 has reached end of support. Use the version selector (above) to see more recent versions of the Help Center.

Deep Security Virtual Appliance memory allocation

The default configuration of the Deep Security Virtual Appliance is to use 4 GB of RAM. If you expect to need more than the default 4 GB, you will need to modify the appliance's configuration. There are two options:

  • Modify the configuration of the appliance prior to being imported to Deep Security Manager and then to the vCenter, thereby setting the default configuration for all subsequent appliance service deployments in that vCenter.
  • Modify the memory allocation of the appliance on a case-by-case basis after it has been imported to the vCenter and deployed as a service on a ESXi.

For information about the amount of RAM to allocate for appliances, see Deep Security Virtual Appliance sizing.

Configure the appliance's memory allocation prior to deployment to the vCenter

To change the appliance's default memory allocation, you must edit the allocation settings in the appliance's OVF file before it gets imported to the vCenter.

  1. Unzip the appliance zip file you downloaded from the Trend Micro Download Center.
  2. Open dsva.ovf in a text editor.
  3. Edit the default memory allocation (4096 MB) to be appropriate for your environment. See, Deep Security Virtual Appliance sizing for more information.

    <Item>
    <rasd:AllocationUnits>byte * 2^20</rasd:AllocationUnits>
    <rasd:Description>Memory Size</rasd:Description>
    <rasd:ElementName xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">4096 MB of memory</rasd:ElementName>
    <rasd:InstanceID xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">2</rasd:InstanceID>
    <rasd:Reservation>4096</rasd:Reservation>
    <rasd:ResourceType>4</rasd:ResourceType>
    <rasd:VirtualQuantity>4096</rasd:VirtualQuantity>
    </Item>

  4. Save the OVF file and return it to the zip package.
  5. On Deep Security Manager, go to Administration > Updates Software > Local and import the appliance ZIP package.

Configure the memory allocation of an already-deployed appliance

Changing the appliance's memory allocation settings requires powering off the appliance's virtual machine. Virtual machines normally protected by the appliance will be unprotected until it is powered back on. To mitigate this, temporarily configure agent-based protection where possible.
  1. In your VMware vSphere Web Client, right-click on the appliance and select Power > Shut Down Guest.
  2. Right-click on the appliance again and select Edit Settings. The Virtual Machine Properties screen displays.
  3. On the Hardware tab, select Memory and change the memory allocation to the desired value.
  4. Click OK.
  5. Right-click the appliance again and select Power > Power On.