|
发表于 2009-8-17 23:35:46
|
显示全部楼层
它不但继承了Windows XP预取技术的全部优点,还进一步具备监视程序运行时状况,时间等详细情况的功能,可以根据用户的使用习惯,自动预先将存放在硬盘的交换文件转换到内存页面中去,使用户经常运行的程序启动时的速度得到进一步的加快 这个?Linux 默认设置在内存够用的时候一般不会去读写交换分区。
要预加载程序使用的共享库来加快程序启动速度的话,倒是有个 preload preload monitors applications that users run, and by analyzing this
data, predicts what applications users might run, and fetches those
binaries and their dependencies into memory for faster startup times.
.
Note that installing preload will not make your system boot faster
and that preload is a daemon that runs with root priviledges. |
|