Patent application title:

Compressing memory snapshots

Publication number:

-

Publication date:
Application number:

15/275,749

Filed date:

2016-09-26

✅ Patent granted

Patent number:

US 10,235,247 B1

Grant date:

2019-03-19

PCT filing:

-

PCT publication:

-

Examiner:

Edward J Dudek, Jr. | Sidney Li

Agent:

Daly, Crowley, Mofford & Durkee, LLP

Adjusted expiration:

2036-09-26

Smart Summary: A method is designed to create smaller memory snapshots for virtual machines (VMs). When a request is made, the VM's memory is copied to create a snapshot. Information about cache structures in the memory snapshot is then gathered. Some cache structures are invalidated, and their data is cleared to reduce the snapshot size. Finally, the smaller memory snapshot is saved for future use, which helps speed up VM recovery while using less storage space. 🚀 TL;DR

Abstract:

A computer program product, system, and method for generating coded fragments comprises receiving a request to generate a memory snapshot for a virtual machine (VM), copying the VM's memory to generate a memory snapshot, obtaining information about cache structures within the memory snapshot, invalidating one or more of the cache structures and zeroing out corresponding cache data within the memory snapshot, and storing the memory snapshot to storage.

Inventors:

Assignee:

Applicant:

Interested in similar patents?

Get notified when new applications in this technology area are published.

Classification:

G06F11/1453 »  CPC main

Error detection; Error correction; Monitoring; Responding to the occurrence of a fault, e.g. fault tolerance; Error detection or correction of the data by redundancy in operation; Saving, restoring, recovering or retrying; Point-in-time backing up or restoration of persistent data; Management of the data involved in backup or backup restore using de-duplication of the data

G06F9/45558 »  CPC further

Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs; Arrangements for executing specific programs; Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines; Hypervisors; Virtual machine monitors Hypervisor-specific management and integration aspects

G06F12/0891 »  CPC further

Accessing, addressing or allocating within memory systems or architectures; Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems; Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches using clearing, invalidating or resetting means

G06F12/0893 »  CPC further

Accessing, addressing or allocating within memory systems or architectures; Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems; Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches Caches characterised by their organisation or structure

G06F12/123 »  CPC further

Accessing, addressing or allocating within memory systems or architectures; Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems; Replacement control using replacement algorithms with age lists, e.g. queue, most recently used [MRU] list or least recently used [LRU] list

G06F2009/45583 »  CPC further

Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs; Arrangements for executing specific programs; Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines; Hypervisors; Virtual machine monitors; Hypervisor-specific management and integration aspects Memory management, e.g. access or allocation

G06F2201/815 »  CPC further

Indexing scheme relating to error detection, to error correction, and to monitoring Virtual

G06F2201/84 »  CPC further

Indexing scheme relating to error detection, to error correction, and to monitoring Using snapshots, i.e. a logical point-in-time copy of the data

G06F2212/1032 »  CPC further

Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures; Providing a specific technical effect Reliability improvement, data loss prevention, degraded operation etc

G06F2212/152 »  CPC further

Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures; Use in a specific computing environment Virtualized environment, e.g. logically partitioned system

G06F2212/463 »  CPC further

Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures; Caching storage objects of specific type in disk cache File

G06F2212/60 »  CPC further

Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures Details of cache memory

G06F12/00 IPC

Accessing, addressing or allocating within memory systems or architectures

G06F13/00 IPC

Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units

G06F13/28 IPC

Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units; Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA , cycle steal

G06F11/14 IPC

Error detection; Error correction; Monitoring; Responding to the occurrence of a fault, e.g. fault tolerance Error detection or correction of the data by redundancy in operation

G06F9/455 IPC

Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs; Arrangements for executing specific programs Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines

Description

BACKGROUND

A hypervisor is computer software, firmware, and/or hardware that creates and runs virtual machines (VMs). Hypervisors may support two different types of virtual machine snapshots: with memory and without memory. A snapshot with memory (a “memory snapshot”) includes both a snapshot of a VM's storage and a snapshot of the VM's memory at a given point in time. A snapshot without memory (a “nonmemory snapshot”) includes VM storage but not memory. Snapshots with memory can be used to restore the state of a VM faster than snapshots without memory, as they allow the VM's guest operating system (OS) to resume without having to perform its normal boot process. Snapshots with memory may reduce startup time by several minutes, particularly for virtualized servers. Existing memory snapshots may be quite large (e.g., 128-1024 GB or larger).

SUMMARY

Described herein are embodiments of systems and methods for decreasing the size of VM memory snapshots. In some embodiments, the described systems and methods can significantly decrease the size of memory snapshots while incurring only a slight performance penalty. In various embodiments, the tradeoff between memory snapshot size and performance is configurable.

According to one aspect of the disclosure, a method comprises: receiving a request to generate a memory snapshot for a virtual machine (VM); copying the VM's memory to generate a memory snapshot; obtaining information about cache structures within the memory snapshot; invalidating one or more of the cache structures and zeroing out corresponding cache data within the memory snapshot; and storing the memory snapshot to storage.

In various embodiments, obtaining information about cache structures within the memory snapshot includes obtaining information about pages used by a filesystem cache or a buffer cache. In certain embodiments, invalidating the one or more cache structures comprises erasing the cache structures from cache. In some embodiments, erasing the cache structures from cache comprises setting an invalid bit within each of the one or more cache structures.

In certain embodiments, obtaining information about cache structures within the memory snapshot includes obtaining information about cache structures used by application processes running within the VM. In one embodiment, invalidating the one or more cache structures comprises selecting the one or more cache structures using a least-recently used (LRU) heuristic. In various embodiments, obtaining information about the cache structures within the memory snapshot comprises using a driver specific to a guest operating system (OS) of the VM.

In some embodiments, the method further comprises compressing the memory snapshot after invalidating one or more of the cache structures and zeroing out corresponding cache data within the memory snapshot, wherein storing the memory snapshot to storage comprises storing the compressed memory snapshot to storage. In one embodiment, storing the memory snapshot to storage comprises storing the compressed memory snapshot to a deduplicated storage system. In certain embodiments, the method further comprises retrieving the memory snapshot from storage, and restoring the VM using the retrieved memory snapshot.

According to another aspect of the disclosure, a system comprises one or more processors; a volatile memory; and a non-volatile memory storing computer program code that when executed on the processor causes execution across the one or more processors of a process operable to perform embodiments of the method described hereinabove.

According to yet another aspect of the disclosure, a computer program product tangibly embodied in a non-transitory computer-readable medium, the computer-readable medium storing program instructions that are executable to perform embodiments of the method described hereinabove.

BRIEF DESCRIPTION OF THE DRAWINGS

The foregoing features may be more fully understood from the following description of the drawings in which:

FIG. 1 is a block diagram of a system for compressing memory snapshots, according to an embodiment of the disclosure;

FIG. 2 is a diagram of illustrative memory snapshot, according to an embodiment of the disclosure;

FIG. 3 is a flow diagram of a method for compressing memory snapshots, according to an embodiment of the disclosure; and

FIG. 4 is a block diagram of a computer on which the method of FIG. 3 may be implemented, according to an embodiment of the disclosure.

The drawings are not necessarily to scale, or inclusive of all elements of a system, emphasis instead generally being placed upon illustrating the concepts, structures, and techniques sought to be protected herein.

DETAILED DESCRIPTION

Before describing embodiments of the concepts, structures, and techniques sought to be protected herein, some terms are explained. In some embodiments, the term “I/O request” or simply “I/O” may be used to refer to an input or output request. In some embodiments, an I/O request may refer to a data read or write request.

Referring to the embodiment of FIG. 1, a system 300 for compressing memory snapshots includes a host 302, and primary 304 and secondary storage systems 305 coupled thereto. The host 302 includes one or more virtual machines (VMs) 306 managed by a hypervisor 308. Each VM 306 includes a guest operating system (OS) 310, one or more applications 312 that can run on the guest OS 310, and memory 314 that may be used by the guest OS 310 and the applications 312. VM memory 314 may correspond to physical host memory resources (e.g., RAM and/or disk-backed virtual memory) allocated to the VM by the hypervisor 308.

The system 300 includes a VM file system (VMFS) 316 to store files within the primary storage system 304 and managed by the hypervisor 308. In the embodiment of FIG. 1, the VMFS 316 may be stored within one or more LUs (e.g., LU 304a) within primary storage 304 and can include one or more VM disks (VMDKs) 320. In some embodiments, a VMDK is a file within the VMFS used by a corresponding VM to store data used by its OS and applications. In many embodiments, a VM may have multiple VMDKs, one for each disk used by the VM.

Referring again to FIG. 1, the secondary storage system 305 may store one or more VM snapshots 322. A VM snapshot 322 may include one or more files that represent the data and/or state of a VM at a specific point in time. A given VM snapshot 322 may be a memory snapshot (i.e., disk and memory) or a nonmemory snapshot (i.e., disk only). In some embodiments, a VM snapshot is implemented as multiple files within the VMFS: (1) a collection of VMDK (or delta VMDK) files for the virtual disks connected to the VM at the time of the snapshot; (2) a database of the VM's snapshot information (e.g., a file having line entries which define the relationships between snapshots as well as the child disks for each snapshot); and (3) a file that includes the current configuration and, in the case of a memory snapshot, the active state of the VM (e.g., a copy of the VM's memory).

In some embodiments, the primary storage system may be a storage array having one or more logical units (LUs) (e.g., LU 304a). In certain embodiments, the primary storage system may correspond to a disk (or a disk array) directly attached to the host. In other embodiments, the primary storage system may be coupled to the host via a storage area network (SAN). In certain embodiments, the primary storage system may be an EMC® VMAX® system. In particular embodiments, the secondary storage system may be a deduplicated storage system, such as an EMC® DATADOMAIN® system.

Referring again to FIG. 1, the hypervisor 308 includes a snapshot manager 318 configured to generate VM snapshots 322, including memory snapshots and nonmemory snapshots. In some embodiments, memory snapshots may have OS-specific formatting and the snapshot manager may include one or more OS-specific drivers to perform at least a portion of the post-processing; the appropriate driver may be selected based on the VM's guest OS. In certain embodiments, the snapshot manager may be configured to perform at least some of the processing described further below in conjunction with FIGS. 2 and 3.

Referring to FIG. 2, a VM memory snapshot 400 includes state 402 and cache 404, according to an embodiment. State 402 corresponds to memory contents utilized by the guest OS, system processes, and application processes during normal operation. State includes memory contents required to restore the state of the VM to the point in time when a snapshot was generated. In one embodiment, state may include text and data pages used by the VM's guest OS and processes. Referring again to FIG. 2, cache 404 corresponds to memory used various caching subsystems within the VM. In some embodiments, cache includes pages maintained by a filesystem cache within the guest OS. In many embodiments, cache can improve system performance (e.g., by reducing I/O), but is not relied upon by system- or application-level processes to provide correct operation. For example, filesystem cache data can be readily invalidated without causing processes that use the filesystem to operate incorrectly. In many embodiments, particularly where the VM is configured as a server, the cache portion of a memory snapshot may be significantly larger than the state portion.

In various embodiments, the size of the memory snapshot can be reduced by overwriting at least a portion of cache with zeros (or another constant value), invalidating corresponding cache structures, and then compressing the memory snapshot.

In the embodiment of FIG. 2, the memory snapshot 400 is generated with the cache 404 in tact. The memory snapshot 400 may then be post-processed to zero out portions of the cache 404 and to invalidate corresponding cache structures, resulting in a modified version of the snapshot referred to herein as the “cache-invalidated snapshot” 400′. The cache-invalidated snapshot 400′ can then be compressed, resulting in a compressed snapshot 400″ that may be significantly smaller than the original snapshot 400. In some embodiments, the cache-invalidated snapshot can be compressed explicitly using a lossless compression technique such as DEFLATE, LZ77, Huffman coding, LZW, Burrows-Wheeler, etc. In other embodiments, the cache-invalidated snapshot may be stored within a de-duplicated storage system (e.g., EMC DATA DOMAIN©) that automatically compresses data by storing only unique data chunks. Referring to FIG. 2, in either case, the compressed snapshot 400″ can be decompressed to recover the cache-invalidated memory snapshot 400′, which can then be used to restore the VM.

In some embodiments, the memory snapshot may be generated by the hypervisor's snapshot manager (e.g., snapshot manager 318 of FIG. 1). In other embodiments, the hypervisor's snapshot manager may be configured to generate memory snapshots and to perform post-processing thereon.

In some embodiments, a memory analysis tool, such as The Volatility Framework, can be used to obtain information about cache structures within a memory snapshot. Such information may include the location of cache structures with the memory snapshot, in addition to the structure and contents of cache data. In various embodiments, OS-level and/or system-level cache structures may be zeroed out. In the case of a VM running WINDOWS or Linux as the guest OS, the cache data structures used by those OS's are well known. In some embodiments, application-level cache structures may be zeroed out and corresponding internal application cache data structures may be invalidate. Information about cache data structures used by open-source applications can be obtained using the application source code. Information about cache structures used in closed-source applications may be obtained using available documentation and/or by reverse engineering specific versions of those applications.

In some embodiments, the memory snapshot includes one or more pages used by the guest OS's filesystem cache. Each page may have a flag (e.g., a bit) indicating if the contents of that page are valid or invalid at any given time. The filesystem cache does not return cached data to a user/process if the corresponding page is marked as invalid. Instead, it will issue a read request to storage as needed. Other types of caches (e.g., application-specific caches) may use different types of cache structures that can likewise be invalidated.

Referring back to FIG. 2, once information about cache 404 structures has been obtained, the cache data stored therein may be zeroed out the cache structures marked as invalid. When the VM is restored using the memory snapshot, the corresponding caching subsystems will be signaled that the cache data is invalid and should not be used.

In many embodiments, there is a tradeoff between VM performance following a restore and the size of memory snapshots. For example, in the case of a filesystem cache, the more cache pages that are invalidated, the more data the VM may need to fetch from storage when it is restored. In some embodiments, the desired memory snapshot size can be configured (e.g., by an administrator) on a per-VM basis. In one embodiment, a configuration setting can be used to select the cache structures to be invalidated when the memory snapshot is post processed. In certain embodiments, a least-recently used (LRU) heuristic may be used to select the cache structures (e.g., pages of filesystem cache) to be invalidated.

FIG. 3 is a flow diagram showing illustrative processing that can be implemented within a system to compress memory snapshots (e.g., system 300 of FIG. 1). In certain embodiments, at least a portion of the processing described herein may be implemented within a hypervisor (e.g., hypervisor 308 of FIG. 1). In one embodiment, at least a portion of the processing described herein may be implemented within a snapshot manager (e.g., snapshot manager 318 of FIG. 1). In a particular embodiment, at least a portion of the processing described herein may be implemented within a snapshot post-processor (e.g., snapshot post-processor 330 of FIG. 1).

Rectangular elements (typified by element 502 in FIG. 3), herein denoted “processing blocks,” represent computer software instructions or groups of instructions. Alternatively, the processing blocks may represent steps performed by functionally equivalent circuits such as a digital signal processor (DSP) circuit or an application specific integrated circuit (ASIC). The flow diagrams do not depict the syntax of any particular programming language but rather illustrate the functional information one of ordinary skill in the art requires to fabricate circuits or to generate computer software to perform the processing required of the particular apparatus. It should be noted that many routine program elements, such as initialization of loops and variables and the use of temporary variables may be omitted for clarity. The particular sequence of blocks described is illustrative only and can be varied without departing from the spirit of the concepts, structures, and techniques sought to be protected herein. Thus, unless otherwise stated, the blocks described below are unordered meaning that, when possible, the functions represented by the blocks can be performed in any convenient or desirable order.

Referring to FIG. 3, a method 500 can be used to generate a VM memory snapshot, according to an embodiment of the disclosure. At block 502, a request is received to generate a memory snapshot for a VM. At block 504, the contents of the VM's memory are copied (or “dumped”) to generate a memory snapshot. The memory snapshot may include state and cache, as discussed above in conjunction with FIG. 2.

At block 506, information about cache structures within the memory snapshot is obtained. In certain embodiments, the cache structures may include pages used by a filesystem cache or a buffer cache (e.g., the buffer cache used within Linux systems). In some embodiments, an OS-specific driver may be used to obtain information about cache structures within the memory snapshot. In various embodiments, the cache structures may include cache structures used by application processes running in the VM. In this case, the application cache may be different from the OS filesystem cache. For example, a database application may include its own cache structures.

Referring back to FIG. 3, at block 508, at least one of the cache structures is invalidated and the corresponding cache data overwritten by zeros (or another constant value). In some embodiments, the method may use a LRU heuristic to select the cache structures to be invalidated.

Referring again to FIG. 3, at block 510, the cache-invalidated memory snapshot is stored. In some embodiments, the cache-invalidated memory snapshot may be stored to a deduplicated storage system. In other embodiments, the memory snapshot may be compressed before it is stored using a compression algorithm.

The compressed memory snapshot may be decompressed and used to restore the VM.

FIG. 4 shows a computer 600 that can perform at least part of the processing described herein, according to one embodiment. The computer 600 may include a processor 602, a volatile memory 604, a non-volatile memory 606 (e.g., hard disk), an output device 608 and a graphical user interface (GUI) 610 (e.g., a mouse, a keyboard, a display, for example), each of which is coupled together by a bus 618. The non-volatile memory 606 may be configured to store computer instructions 612, an operating system 614, and data 616. In one example, the computer instructions 612 are executed by the processor 602 out of volatile memory 604. In one embodiment, an article 620 comprises non-transitory computer-readable instructions. In some embodiments, the computer 600 corresponds to a virtual machine (VM). In other embodiments, the computer 600 corresponds to a physical computer.

Processing may be implemented in hardware, software, or a combination of the two. In various embodiments, processing is provided by computer programs executing on programmable computers/machines that each includes a processor, a storage medium or other article of manufacture that is readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices. Program code may be applied to data entered using an input device to perform processing and to generate output information.

The system can perform processing, at least in part, via a computer program product, (e.g., in a machine-readable storage device), for execution by, or to control the operation of, data processing apparatus (e.g., a programmable processor, a computer, or multiple computers). Each such program may be implemented in a high level procedural or object-oriented programming language to communicate with a computer system. However, the programs may be implemented in assembly or machine language. The language may be a compiled or an interpreted language and it may be deployed in any form, including as a stand-alone program or as a module, component, subroutine, or other unit suitable for use in a computing environment. A computer program may be deployed to be executed on one computer or on multiple computers at one site or distributed across multiple sites and interconnected by a communication network. A computer program may be stored on a storage medium or device (e.g., CD-ROM, hard disk, or magnetic diskette) that is readable by a general or special purpose programmable computer for configuring and operating the computer when the storage medium or device is read by the computer. Processing may also be implemented as a machine-readable storage medium, configured with a computer program, where upon execution, instructions in the computer program cause the computer to operate. The program logic may be run on a physical or virtual processor. The program logic may be run across one or more physical or virtual processors.

Processing may be performed by one or more programmable processors executing one or more computer programs to perform the functions of the system. All or part of the system may be implemented as special purpose logic circuitry (e.g., an FPGA (field programmable gate array) and/or an ASIC (application-specific integrated circuit)).

All references cited herein are hereby incorporated herein by reference in their entirety.

Having described certain embodiments, which serve to illustrate various concepts, structures, and techniques sought to be protected herein, it will be apparent to those of ordinary skill in the art that other embodiments incorporating these concepts, structures, and techniques may be used. Elements of different embodiments described hereinabove may be combined to form other embodiments not specifically set forth above and, further, elements described in the context of a single embodiment may be provided separately or in any suitable sub-combination. Accordingly, it is submitted that the scope of protection sought herein should not be limited to the described embodiments but rather should be limited only by the spirit and scope of the following claims.

Claims

What is claimed is:

1. A method comprising:

receiving a request to generate a memory snapshot for a virtual machine (VM);

generating a memory snapshot of the VM's memory, the memory snapshot including a first portion that represents a state of the VM's memory and a second portion that represents a state of a cache that is associated with the VM's memory;

identifying a configuration setting that specifies a cache management policy for invalidating contents of the cache that is associated with the VM's memory;

post-processing the memory snapshot based on the configuration setting, the post-processing including zeroing out cache data within the second portion of the memory snapshot based on the configuration setting; and

compressing the memory snapshot after zeroing out corresponding cache data within the second portion of the memory snapshot, and storing the memory snapshot to storage.

2. The method of claim 1 further comprising invalidating one or more cache structures in the cache that is associated with the VM's memory.

3. The method of claim 2 wherein invalidating the one or more cache structures comprises erasing the one or more cache structures.

4. The method of claim 3 wherein erasing the one or more cache structures from cache comprises setting an invalid bit within each of the one or more cache structures.

5. The method of claim 2 further comprising obtaining information about the one or more cache structures, wherein obtaining information about the one or more cache structures includes obtaining information about cache structures used by application processes running within the VM.

6. The method of claim 2 wherein invalidating the one or more cache structures comprises selecting the one or more cache structures using a least-recently used (LRU) heuristic.

7. The method of claim 1 wherein at least a portion of the post processing is performed using a driver specific to a guest operating system (OS) of the VM.

8. The method of claim 1 wherein storing the memory snapshot to storage comprises storing the compressed memory snapshot to a deduplicated storage system.

9. The method of claim 1 further comprising:

retrieving the memory snapshot from storage; and

restoring the VM using the retrieved memory snapshot.

10. A system comprising:

one or more processors;

a volatile memory; and

a non-volatile memory storing computer program code that when executed on the processor causes execution across the one or more processors of a process operable to perform the operations of:

receiving a request to generate a memory snapshot for a virtual machine (VM);

generating a memory snapshot of the VM's memory, the memory snapshot including a first portion that represents a state of the VM's memory and a second portion that represents a state of a cache that is associated with the VM's memory;

identifying a configuration setting that specifies a cache management policy for invalidating contents of the cache that is associated with the VM's memory;

post-processing the memory snapshot based on the configuration setting, the post-processing including zeroing out corresponding cache data within the second portion of the memory snapshot; and

compressing the memory snapshot after zeroing out corresponding cache data within the second portion of the memory snapshot, and storing the memory snapshot to storage.

11. The system of claim 10 wherein the one or more processors are further operable to perform the operation of invalidating one or more cache structures in the cache that is associated with the VM's memory.

12. The system of claim 11 wherein invalidating the one or more cache structures comprises erasing the one or more cache structures.

13. The system of claim 12 wherein erasing the one or more cache structures from cache comprises setting an invalid bit within each of the one or more cache structures.

14. The system of claim 10 wherein:

the one or more processors are further operable to perform the operation of obtaining information about one or more cache structures, and

obtaining information about the one or more cache structures within the memory snapshot includes obtaining information about cache structures used by application processes running within the VM.

15. The system of claim 11 wherein invalidating the one or more cache structures comprises selecting the one or more cache structures using a least-recently used (LRU) heuristic.

16. The system of claim 10 wherein at least a portion of the post-processing is performed using a driver specific to a guest operating system (OS) of the VM.

17. The system of claim 10 wherein storing the memory snapshot to storage comprises storing the compressed memory snapshot to a deduplicated storage system.

18. A computer program product tangibly embodied in a non-transitory computer-readable medium, the computer-readable medium storing program instructions that are executable to:

receive a request to generate a memory snapshot for a virtual machine (VM);

generate a memory snapshot of the VM's memory, the memory snapshot including a first portion that represents a state of the VM's memory and a second portion that represents a state of a cache that is associated with the VM's memory;

identify a configuration setting that specifies a cache management policy for invalidating contents of the cache that is associated with the VM's memory;

post-process the memory snapshot based on the configuration setting, the post-processing including zeroing out corresponding cache data within the second portion of the memory snapshot; and

compress the memory snapshot after zeroing out corresponding cache data within the memory snapshot and store the memory snapshot to storage.

Resources

Images & Drawings included:

Sources:

Recent applications in this class:

Recent applications for this Assignee: