Skip to content

Commit 04f4ef5

Browse files
authored
Merge pull request #111405 from ousleyp/cnv-82024
CNV#82024: formula correction
2 parents a13a0c1 + ccb04e0 commit 04f4ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/virt-generating-a-vm-memory-dump.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When a virtual machine (VM) terminates unexpectedly, you can use the `virtctl me
1717
** The PVC volume mode must be `FileSystem`.
1818
** The PVC must be large enough to contain the memory dump.
1919
+
20-
The formula for calculating the PVC size is `(VMMemorySize + 100Mi) * FileSystemOverhead`, where `100Mi` is the memory dump overhead, and `FileSystemOverhead` is defined in the `HCO` object.
20+
The formula for calculating the PVC size is `(VMMemorySize + 100Mi) * (1 + FileSystemOverhead)`, where `100Mi` is the memory dump overhead, and `FileSystemOverhead` is defined in the `HCO` object.
2121

2222
. Create a memory dump of the required VM:
2323

0 commit comments

Comments
 (0)