Quantcast
Channel: Powershell – Jacques Dalbera's IT world
Viewing all articles
Browse latest Browse all 85

Powershell: how to freeing up memory

$
0
0

Add in your powershell script (if you want to free memory) to call the garbade collector:

# Freeing up memory

[System.GC]::Collect()

 



Viewing all articles
Browse latest Browse all 85

Trending Articles