深度商店太占内存,建议优化
Tofloor
poster avatar
jianguo922
deepin
2018-07-28 00:39
Author
深度商店太占内存,建议优化


Reply Favorite View the author
All Replies
avatar
o00
deepin
2018-07-28 00:48
#1
才200多,能接受。
Reply View the author
avatar
lulinux
deepin
2018-07-28 00:52
#2
pmap -p PID|awk '{print $4}'q|sort -n $1|uniq
可以查看它都调用了哪些文件。
(PID就是进程号)

Reply View the author
avatar
whoam1
deepin
2018-07-28 01:11
#3
商店又不是常驻应用,没必要吧,而且也不太大。以后会优化的
Reply View the author
avatar
jianguo922
deepin
2018-07-28 03:01
#4
今天好一些


          WARNING: format changes according to /proc/PID/smaps
-XX                         show everything the kernel provides
-c, --read-rc               read the default rc
-C, --read-rc-from=   read the rc from file
-n, --create-rc             create new default rc
-N, --create-rc-to=   create new rc to file
            NOTE: pid arguments are not allowed with -n, -N
-d, --device                show the device format
-q, --quiet                 do not display header and footer
-p, --show-path             show path in the mapping
-A, --range=[,]  limit results to the given range

-h, --help     display this help and exit
-V, --version  output version information and exit

For more details see pmap(1).
sleet@sleet-PC:~$


Reply View the author
avatar
老陌
deepin
2018-07-28 03:12
#5

linux@myccloves:~/test$ pmap -p 23310|awk '{print $4}'q|sort -n $1|uniq | wc -l
361

调用太多了,361行。。。。
Reply View the author
avatar
jianguo922
deepin
2018-07-28 03:41
#6
https://bbs.deepin.org/post/166628
linux@myccloves:~/test$ pmap -p 23310|awk '{print $4}'q|sort -n $1|uniq | wc -l
361

等待优化,昨天安装15.6时太卡了(办公电脑2G内存)
Reply View the author
avatar
老陌
deepin
2018-07-28 04:33
#7
https://bbs.deepin.org/post/166628
等待优化,昨天安装15.6时太卡了(办公电脑2G内存)

我玩几天ubuntu去,换换口味。
Reply View the author
avatar
jianguo922
deepin
2018-07-28 04:59
#8
https://bbs.deepin.org/post/166628
我玩几天ubuntu去,换换口味。

可以可以,试试其它平台体验效果,可以在论坛写个体验总结,分享给大家
Reply View the author
avatar
rekols
deepin
2018-07-28 05:48
#9
没办法,CEF就是这么大。
Reply View the author
avatar
expone
deepin
2018-07-28 06:03
#10
晕,这个优不优化真的没太多必要。毕竟不可能每天都用。
主要是桌面的稳定性。。。
Reply View the author