Powershell 报 System.OutOfMemoryException 错
-
问题描述:
- 一打开vscode 内存和CPU占用率就飙升
- powershell 打开就报 System.OutOfMemoryException ,且卡死,无法执行任何命令
-
问题原因:
- 每次在 powershell 执行命令,都会被记录下来,存到一个文件。且每次启动 powershell 的时候都会读取这个文件
- 当这个文件足够大的时候(我出现这个问题的时候,这个文件已经达到 2G了)。启动 powershell 就会卡死
-
解决方法:
- 找到这个文件,并将其内容清空
-
文件路径为:~\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadline\ConsoleHost_history.txt。截图如下“