diff --git a/WindowsServerDocs/administration/windows-commands/winsat-mem.md b/WindowsServerDocs/administration/windows-commands/winsat-mem.md index 832a080e16..967603a43f 100644 --- a/WindowsServerDocs/administration/windows-commands/winsat-mem.md +++ b/WindowsServerDocs/administration/windows-commands/winsat-mem.md @@ -29,7 +29,7 @@ winsat mem |`-do `|Specify the distance in bytes, between the end of the source buffer and the beginning of the destination buffer. The default is 64 bytes. The maximum allowable destination offset is 16 MB. Specifying an invalid destination offset results in an error.
Note: Zero is a valid value for ``, but negative numbers aren't.| |`-mint `|Specify the minimum run time in seconds for the assessment. The default is 2.0. The minimum value is 1.0. The maximum value is 30.0.
Note: Specifying a `-mint` value greater than the `-maxt` value when the two parameters are used in combination results in an error.| |`-maxt `|Specify the maximum run time in seconds for the assessment. The default is 5.0. The minimum value is 1.0. The maximum value is 30.0. If used in combination with the `-mint` parameter, the assessment will begin to do periodic statistical checks of its results after the period of time specified in `-mint`. If the statistical checks pass, then the assessment finishes before the period of time specified in `-maxt` has elapsed. If the assessment runs for the period of time specified in `-maxt` without satisfying the statistical checks, then the assessment finishes at that time and return the results it has collected.| -|`-buffersize `|Specify the buffer size that the memory copy test should use. Twice this amount is allocated per CPU, which determines the amount of data copied from one buffer to another. The default is 16 MB. This value is rounded to the nearest 4-KB boundary. The maximum value is 32 MB. The minimum value is 4 KB. Specifying an invalid buffer size results in an error.| +|`-buffersize `|Specify the buffer size that the memory copy test should use. Twice this amount is allocated per CPU, which determines the amount of data copied from one buffer to another. The default is 16 MB. This value is rounded to the nearest 4-KB boundary. The maximum value is 384 MB. The minimum value is 64 KB. Specifying an invalid buffer size results in an error.| |`-v`|Send verbose output to STDOUT, including status and progress information. Any errors are also be written to the command window.| |`-xml `|Save the output of the assessment as the specified XML file. If the specified file exists, it will be overwritten.| |`-idiskinfo`|Save information about physical volumes and logical disks as part of the `` section in the XML output.|