PowerShell Universal - 5.1.2
Release Notes
Bug Fixes
Automation
- Fixed a performance issue retrieving jobs and data consistency issue when running jobs in parallel.
Anybody running multimode windows environment with MSSQL with this build? Any issues? Just wanting to know if it is stable.
Hi @dwruck , I’m not sure specifically about multimode but I do know there are a couple bugs in 5.1.2 that will be fixed in 5.2.0 that I would advise waiting on that are affecting our deployment.
Odd behavior with job status updates on long-running scripts · Issue #4177
There seems to be a ‘PowerShell Universal is starting…’ loop occurring · Issue #4167
Just FYI - The long running issue only affects PostgreSQL and not MSSQL. Looping affects all versions in multi-node environments.
Do you have any memory leaks on your bug radar? Still getting a slow leak on 5.1.2. Typical usage is around 1.3gb, 36-48hrs later I’m at 5gb…
I don’t think so. That said, there have been some memory improvements due to some queries that were incorrectly join and\or updating too much data in the database.
Another user also ran into an issue with extremely a large log table (millions of records) but we don’t have root cause for that, and it caused all kinds of other issues as well.
As with most memory leaks, the easiest way for me to determine what may be happening is to look at a memory dump.
Thanks, Ill see if I can replicate it on a test server. I have a task to restart PSU nightly which keeps it manageable for now.