gpt4 book ai didi

operating-system - pagesize 和 pagefault 的关系

转载 作者:行者123 更新时间:2023-12-04 04:53:22 25 4
gpt4 key购买 nike

我从一本书威廉停顿中学习,它是写在那里,如果我们增加页面的大小然后页面错误首先增加,然后当页面大小变成进程的大小然后页面错误减少。
我无法理解为什么 pagefault 会增加,就好像我增加了页面大小一样,请任何人解释原因。
谢谢。

最佳答案

页数是通过划分逻辑内存形成的固定大小的“块”。如果我们增加 页面大小 的数量页数会减少( consider an example for that matter , if you have to divide a large piece of bread among few people then you have to make sure that pieces are distributed to all now if you cut it into large chunks the number of pieces will not be sufficient enough to feed all people so some will remain hungry) .同样,如果 的数量页数减少 CPU 将有很少的地址可供引用,从而增加 的数量。页面错误 .now 如果页面大小成为进程的大小,那么 的数量几乎一样多。页数作为的数量流程 所以 CPU 会在没有 的情况下引用它页面错误 .

关于operating-system - pagesize 和 pagefault 的关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17096490/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com