Changes between Version 122 and Version 123 of VboxApps
- Timestamp:
- Apr 6, 2022, 4:21:48 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v122 v123 220 220 Use might this for incremental credit granting, 221 221 or as a "heartbeat" mechanism. 222 -- 222 --nthreads N :: Create a virtual machine that will use N cores. 223 223 --vmimage N:: Use '''vm_image_N.vdi''' as the VM image, rather than '''vm_image.vdi'''. 224 224 This lets you create an app version with several images, 225 225 and the app_plan function can decide which one to use for the particular host. 226 -- 226 --register_only :: Register the VM but don't run it. For debugging; see below. 227 227 228 228 == Creating jobs for VM apps ==