Skip to content

Commit ccb04e0

Browse files
committed
CNV#82024: formula correction
1 parent 745e854 commit ccb04e0

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)