今天在安利之下试了一下 VSCode ,发现比 Atom 的性能好多了。
不过我还发现,我每次在使用 Electron 应用(例如 VSCode 还有 Atom )的时候,只要切换到其他应用经常就会卡顿,退出程序的时候还会弹出程序未响应。
根据上次 Chrome 卡崩 X 服务器的经历,我怀疑 VSCode 默认启用了硬件加速。
虽然我在上网查找了下,在指令后面添加 --disable-gpu
这个参数后可以禁用硬件加速,但我发现之后创建的其他进程里并没有带上这个参数:
10767 /usr/share/code/code --disable-gpu
10769 /usr/share/code/code --type=zygote --no-sandbox
10823 /usr/share/code/code /usr/share/code/resources/app/out/bootstrap --type=SharedProcess
10832 /usr/share/code/code --type=renderer --no-sandbox --lang=zh-CN --node-integration=true --background-color=#1E1E1E --num-raster-threads=1 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553 --disable-accelerated-video-decode --disable-gpu-compositing --channel=10767.0.151851640 --v8-natives-passed-by-fd --v8-snapshot-passed-by-fd
[dorajdj@yudachi-bomber code]$ pgrep -a code
10863 /usr/share/code/code --disable-gpu
10865 /usr/share code/code --type=zygote --no-sandbox
10919 /usr/share/code/code /usr/share/code/resources/app/out/bootstrap --type=SharedProcess
10927 /usr/share code/code --type=zygote --no-sandbox
10948 /usr/share/code/code /usr/share/code/resources/app/out/bootstrap --type=extensionHost
10991 /usr/share/code/code /usr/share/code/resources/app/out/bootstrap --type=watcherService
10993 /usr/share/code/code /usr/share/code/resources/app/out/bootstrap git /home/dorajdj/[已过滤] utf8 /usr/share/code/code
启动的时候鼠标还是会有明显卡顿。
不知道是什么原因造成的,莫非我的渣配置只能告别 Electron 应用了吗?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.