You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Task Manager and watch the memory usage of the pwsh process Kate spawns as you browse around a large PowerShell project. Make sure you have a build of the project on $PSModulePath so PSES sees its functions etc.
Expected behavior
Reasonable memory usage.
Actual behavior
Memory usage of multiple Gbytes after running for a few minutes.
Error details
No response
Environment data
PS$>$PSVersionTable
Name Value
---------
PSVersion 7.3.6
PSEdition Core
GitCommitId 7.3.6
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
3.10.0, 3.9.0, 3.8.7; 3.7.3 not affected
Visuals
No response
The text was updated successfully, but these errors were encountered:
I thought I had a suspect after fiddling around with setting a project root, but I can't seem to reproduce the issue with that setting off now, either. I'm thinking this might be nasty to try to repro.
Prerequisites
Steps to reproduce
I don't know what exactly triggers this and narrowing it down isn't easy, but here's some possible steps:
pwsh
process Kate spawns as you browse around a large PowerShell project. Make sure you have a build of the project on$PSModulePath
so PSES sees its functions etc.Expected behavior
Reasonable memory usage.
Actual behavior
Memory usage of multiple Gbytes after running for a few minutes.
Error details
No response
Environment data
Version
3.10.0, 3.9.0, 3.8.7; 3.7.3 not affected
Visuals
No response
The text was updated successfully, but these errors were encountered: