aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/memorypershell.ps1
blob: 6bc3c559b1b85fa3318ace1df5930ef6c295a74e (plain)
1
2
3
# This is needed e.g. for Android NDK installation for Windows 7 x86
Write-Host "Increase value of MaxMemoryPerShellMB to avoid 'out of memory' exception"
set-item wsman:localhost\Shell\MaxMemoryPerShellMB 2048