Skip to content

Rule

Pre-release
Pre-release
Compare
Choose a tag to compare
@davehull davehull released this 18 Mar 02:57
· 292 commits to master since this release

Full Changelog since previous release

v0.8436-beta...master

Quick hits:

z4ns4tsu added some code to remove jobs, reducing memory footprint.

Based on a blog post z4ns4tsu forwarded to me, I replaced all foreach() statements with Foreach-Object logic in Kansa.ps1, which further reduces the memory footprint of Kansa.ps1. These changes are also being pushed to most collector modules, there is a tradeoff here for speed, but in my limited testing, the impact was minimal.

Details on the blog post here:
http://poshoholic.com/2007/08/21/essential-powershell-understanding-foreach/