Changes between Version 3 and Version 4 of VboxApps


Ignore:
Timestamp:
May 10, 2011, 9:24:22 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v3 v4  
    1919<vbox_job_desc>
    2020   <os_name>name</os_name>
    21    <memory_size>N</memory_size>
     21   <memory_size_mb>N</memory_size_mb>
    2222   <image_filename>name</image_filename>
    2323   [ <enable_network_access/> ]
     
    3030 '''os_name''':: the name of the guest OS, e.g. "Linux26" or "Linux26_64".
    3131
    32  '''memory_size''':: the amount of physical memory allocated to the VM.
     32 '''memory_size_mb''':: the amount of physical memory allocated to the VM, in megabytes.
    3333 
    3434 '''image_filename''':: the physical name of the VM image file.