是否有办法将其保持在最低限度,或仅在必要时才加以限制?
这是powertop寄来的。
我认为在Firefox中,除非历史/cookie/cache/etc被设置为永远不会被保存,否则就没有什么可以做的了。
The program 'firefox-bin' is writing to file 'webappsstore.sqlite' on /dev/sda6.
This prevents the disk from going to powersave mode.这是什么?我没有任何类型的Web应用程序商店的插件。
The program 'firefox-bin' is writing to file 'cookies.sqlite' on /dev/sda6.
This prevents the disk from going to powersave mode.
The program firefox-bin' is writing to file 'places.sqlite-wal' on /dev/sda6.
This prevents the disk from going to powersave mode.其他的应用呢?
The program 'flush-8:0' is writing to file '_CACHE_003_' on /dev/sda6.
This prevents the disk from going to powersave mode.
The program 'dconf-service' is writing to file 'user.62VC1V' on /dev/sda6.
This prevents the disk from going to powersave mode.
The program 'unity-panel-ser' is writing to file 'user' on /dev/sda6.
This prevents the disk from going to powersave mode.发布于 2011-09-13 19:48:09
在您的情况下,大多数磁盘活动(除了最后两个之外)都是由firefox完成的,它将数据和历史记录保存在缓存中。
为了减少这种情况,你可以
发布于 2011-09-13 15:00:53
我认为,如果应用程序没有这个选项,你只能自己删除它们,我会推荐一个日志旋转脚本,或者我理解你的问题错了吗?有了一个日志旋转脚本,您就可以自动完成这个任务。如果我错了,请纠正我。
https://askubuntu.com/questions/61224
复制相似问题