Lines Matching full:memory
6 For now, the focus is on VM memory aspects, and not about how to save and
14 in fast startup times and reduced memory consumption.
18 new VMs are able to read template VM memory; however, any modifications
33 Memory configuration
36 In order to create the template VM, we have to make sure that VM memory
39 Supply VM RAM via memory-backend-file, with ``share=on`` (modifications go
49 -object memory-backend-file,id=pc.ram,mem-path=template,size=2g,share=on,... \\
50 -machine q35,memory-backend=pc.ram
52 If multiple memory backends are used (vNUMA, DIMMs), configure all
53 memory backends accordingly.
62 Supply VM RAM via memory-backend-file, with ``share=off`` (modifications
64 (don't make the memory readonly for the VM). Note that ``share=off`` is
73 -object memory-backend-file,id=pc.ram,mem-path=template,size=2g,readonly=on,rom=off,... \\
74 -machine q35,memory-backend=pc.ram
76 If multiple memory backends are used (vNUMA, DIMMs), configure all
77 memory backends accordingly.
86 cannot be modified to discard VM RAM, or to actually share memory with
93 These technologies rely on shared memory, however, the template VMs
94 don't actually share memory (``share=off``), even though they are
111 new VM, or don't supply any memory to the template VM using virtio-mem
112 (requested-size=0), not using a template VM file as memory backend for the