u/cazmajor
Blogs, Articles, and Posts
How does Powershell deal with processing/storing massive objects in terms of memory management?
(reddit.com)
I deal with a lot of massive log analysis and reporting. I often am worried about resource
By: u/cazmajor submitted:Sep 9 2022
I deal with a lot of massive log analysis and reporting. I often am worried about resource
utilisation when scripts are running on remote/customer servers that need to process millions of lines. Instead of variables I would just write everything off to a file. However, with things like invoking commands in parallel this doesn't work well as there is a need for mutexes where a thread aware collection would work so much better.
By: u/cazmajor submitted:Sep 9 2022