Changes between Version 90 and Version 91 of VboxApps
- Timestamp:
- Nov 7, 2014, 2:13:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v90 v91 7 7 BOINC supports applications that run in !VirtualBox virtual machines. 8 8 This provides two benefits: 9 * You don't need to build app versions for different architectures.10 Develop your app in your environment of choice (say, Debian Linux),9 * You don't need to build app versions for different platforms. 10 You can develop your app in your environment of choice (say, Debian Linux), 11 11 and then bundle the resulting executable together with 12 12 a virtual machine image containing an appropriate runtime environment. … … 202 202 203 203 --trickle X :: Send a trickle message reporting elapsed time every X seconds. 204 Use this for creating granting if needed. 204 Use might this for incremental credit granting, 205 or as a "heartbeat" mechanism. 205 206 -- nthreads N :: Create a virtual machine that will use N cores. 206 207 --vmimage N:: Use '''vm_image_N.vdi''' as the VM image, rather than '''vm_image.vdi'''. … … 558 559 ==== Compact the VDI container ==== 559 560 560 To get a better compression ratio you may install and run the '''zerofree''' tool to overwrite all empty space on the VDI with zeros. 561 To get a better compression ratio you may install and run the '''zerofree''' tool 562 to overwrite all empty space on the VDI with zeros. 561 563 {{{ 562 564 apt-get install zerofree … … 572 574 vboxmanage modifyhd FILENAME.vdi --compact 573 575 }}} 574