Skip to content

Commit

Permalink
Improve echo information
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 5, 2023
1 parent d1d1bef commit c87afe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/windows/winrm_max_memory.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# compatible open source license.

echo "The max amount of the winrm memory must be 2GB smaller than max host memory, no less"
echo "Example: 128GB total, winrm must use 126GB, else packer will fail on the EC2 internal preparation scripts"
echo "Example: with 128GB on host, winrm must set to 126GB minimum size, else packer will fail on the EC2 internal preparation scripts"

$memorygb = [int]$args[0]
$memorygb
Expand Down

0 comments on commit c87afe4

Please sign in to comment.