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
When I restart the kernel in a Python Interactive session, my memory use goes up and stays up. If I restart a bunch of times in a row, it keeps going up. Only way to clear is to close vscode entirely. It goes up by about .08 Gb with each restart, which adds up quickly.
Steps to reproduce:
start an interactive session, star restarting the kernel, and monitor the memory with htop
Logs
There was nothing in the logs
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help; turn on source maps to make any tracebacks be useful by running Enable source map support for extension debugging)
see attached, couldn't copy paste from dev tools screen. I've also included a gif showing the problem.
Environment data
"python.jediEnabled"set to; more info How to update the language server to the latest stable version vscode-python#3977): XXXExpected behaviour
Wouldn't persistently increase memory use
Actual behaviour
When I restart the kernel in a Python Interactive session, my memory use goes up and stays up. If I restart a bunch of times in a row, it keeps going up. Only way to clear is to close vscode entirely. It goes up by about .08 Gb with each restart, which adds up quickly.
Steps to reproduce:
htopLogs
There was nothing in the logs
Output from
Consoleunder theDeveloper Toolspanel (toggle Developer Tools on underHelp; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging)see attached, couldn't copy paste from dev tools screen. I've also included a gif showing the problem.