VScode内存泄露严重
Tofloor
poster avatar
陈大大哦了
deepin
2018-09-27 18:50
Author

Reply Favorite View the author
All Replies
avatar
陈大大哦了
deepin
2018-09-27 18:51
#1
@aida
Reply View the author
avatar
陈大大哦了
deepin
2018-09-27 19:10
#2
什么都没做
Reply View the author
avatar
陈大大哦了
deepin
2018-09-27 19:13
#3
Reply View the author
avatar
陈大大哦了
deepin
2018-09-27 19:22
#4
Reply View the author
avatar
WENWEN
deepin
2018-09-27 19:24
#5
你需要大内存机器。。
Reply View the author
avatar
187******09
deepin
2018-09-27 19:39
#6
这个应该提issues给vscode吧
Reply View the author
avatar
海天鹰
deepin
2018-09-27 20:12
#7
kill,懒得理他
Reply View the author
avatar
155******38
deepin
2018-09-27 22:06
#8
你应该给微软发issue,而不是来这里发问题。打开vscode,看看,vscode是基于什么的?chrome+nodejs。然后必然还有一堆插件,内存泄漏太正常了,你google一下,任何平台的vscode都有这毛病,还是赶紧换ide吧。
Reply View the author
avatar
fengying6_6
deepin
2018-09-28 19:19
#9
本帖最后由 fengying6_6 于 2018-9-28 11:20 编辑
https://bbs.deepin.org/post/169316
你应该给微软发issue,而不是来这里发问题。打开vscode,看看,vscode是基于什么的?chrome+nodejs。然后必 ...

内存泄露不正常,因为我用这玩意用了这么久了,内存泄露的情况真的不多见,反正我最近几个月都没碰到过了,逃
Reply View the author
avatar
levinit
deepin
2018-09-28 19:26
#10
请立即给vscode提反馈 在这里喊破喉咙也没用
Reply View the author
avatar
bnbvb
deepin
2018-09-28 19:51
#11
https://bbs.deepin.org/post/169316
内存泄露不正常,因为我用这玩意用了这么久了,内存泄露的情况真的不多见,反正我最近几个月都没碰到过了 ...

也可能是里头某些插件导致内存泄漏,如果能够复现,最好先用二分法排查一遍。
Reply View the author
avatar
155******38
deepin
2018-09-28 20:25
#12
本帖最后由 hadeskaiser 于 2018-9-28 12:26 编辑
https://bbs.deepin.org/post/169316
内存泄露不正常,因为我用这玩意用了这么久了,内存泄露的情况真的不多见,反正我最近几个月都没碰到过了 ...

正常的,你去看看vscode的github issue看看就知道了。deepin上面,关于vscode内存泄漏的,也不止这一篇帖子。
Reply View the author
avatar
fengying6_6
deepin
2018-09-28 20:29
#13
https://bbs.deepin.org/post/169316
正常的,你去看看vscode的github issue看看就知道了。deepin上面,关于vscode内存泄漏的,也不止这一篇帖 ...

这玩意真的很久没有内存泄露了,快大半年了都,现在的问题是cpu经常占用高,对了记得用最新版的code不要用源里面更新落后的code
Reply View the author
avatar
duanyao
deepin
2018-09-29 21:32
#14
vs code 会扫描和处理你的工程目录下的所有文件,所以内存泄露可能与你的工程中某种文件有关。
我遇到的一个例子是,工程目录下有一些 mpeg-ts 视频文件,后缀是 .ts,与 typescript 文件的后缀刚好相同,估计 vs code 是把视频当 typescript 源码解析了,然后内存就呼呼的往上涨。将视频文件移出工程目录就没事儿了。
Reply View the author