aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/memorypershell.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'coin/provisioning/common/windows/memorypershell.ps1')
-rw-r--r--coin/provisioning/common/windows/memorypershell.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/provisioning/common/windows/memorypershell.ps1 b/coin/provisioning/common/windows/memorypershell.ps1
index 2a8ebb68..6bc3c559 100644
--- a/coin/provisioning/common/windows/memorypershell.ps1
+++ b/coin/provisioning/common/windows/memorypershell.ps1
@@ -1,3 +1,3 @@
# This is needed e.g. for Android NDK installation for Windows 7 x86
-echo "Increase value of MaxMemoryPerShellMB to avoid 'out of memory' exception"
+Write-Host "Increase value of MaxMemoryPerShellMB to avoid 'out of memory' exception"
set-item wsman:localhost\Shell\MaxMemoryPerShellMB 2048