如果某个行的大小大于页大小(即大于2KB),那么包含该行的页面可能被置换出内存。
If a row is larger than a page (that is larger than 2 KB), then the page containing that row might be kicked out of memory.
在对有大量内存的系统进行扫描时,因为页面置换算法始终寻找空闲帧,所以需要扫描的页帧数量非常大。
Because the page replacement algorithm is always looking for free frames while it is doing its scanning on systems with a lot of memory, the number of frames to scan can be significant.
VMM 提供了一种页面置换算法,该算法用于分配页帧,以及确定应该将当前RAM 中的哪些虚拟内存页面的页帧置换回空闲列表。
The VMM has a page-replacement algorithm, which assigns the page frames and determines exactly which virtual-memory pages currently in RAM will have their page frames brought back to the free list.
VMM一直在后台运行,尝试使用前面介绍的页面置换算法偷取最近没有引用过的页帧。
VMM is constantly lurking and working in the background trying to steal frames that have not been recently referenced, using the page replacement algorithm discussed earlier.
VMM一直在后台运行,尝试使用前面介绍的页面置换算法偷取最近没有引用过的页帧。
VMM is constantly lurking and working in the background trying to steal frames that have not been recently referenced, using the page replacement algorithm discussed earlier.
应用推荐