Boe Prox
Boe Prox
@codykonior Just to make sure, the same error as this: ``` Collection was modified; enumeration operation may not execute. At E:\Scripts\MultiThread-RSJobs\PoshRSJob\Public\Start-RSJob.ps1:381 char:25 + ,$ArgumentList | ForEach { + ~~~~~~~~~~~~~~~~~~~~~~~~~~ +...
Interesting. I will have to take a look at that this weekend or next week and see what is going on.
Just out of curiosity, what version of PowerShell are you running when you get the memory leaks?
Weird, I run this at work (Windows 7 w/ PowerShell V4) and it tops out at ~370MB and eventually drops down to 111MB (starting was 96MB). On my home laptop...
I'm trying to determine if this is a PoshRSJob issue or a PowerShell issue. I can duplicate this without the module by running this: ``` PowerShell $PowerShell=[powershell]::Create() $RunspacePool = [runspacefactory]::CreateRunspacePool()...
Thanks @ryan-leap and @MattHodge. I am keeping this open just because I want to do more digging around to see what I can find. I've been using ANT Memory Profiler...
@EsOsO If you can, go ahead and upload it and throw the link in here. That is interesting with your testing on V2 and not something I looked at (mostly...
Thanks! I'll check it out.
Yea, this is a weird issue that sometimes will go away on its own during garbage collection and other times it will drop maybe half of the memory that it...
@sheldonhull What version of PoshRSJob are were you using and is it possible to see the code that you were using? Just looking to duplicate your issue.