algorithm in an OS that decides which memory pages to page out (swap out, write to disk) when a requested page is not in memory (page fault) and a free page cannot be used to satisfy the allocation (because there are too few or none)
快取文件置換機制是電腦處理快取記憶體的一種機制。 電腦記憶體空間的大小固定,無法容納伺服器上所有的文件,所以當有新的文件要被置換入快取時,必須根據一定的原則來取代掉適當的文件。此原則即所謂快取文件置換機制。 快取文件置換方法有: * 先進先出演算法(FIFO):最先进入的内容作为替换对象 * (LFU):最久没有访问的内容作为替换对象 * (LRU):最近最少使用的内容作为替换对象 * (NMRU):在最近没有使用的内容中随机选择一个作为替换对象 * Belady's algorithm
Abstract from DBpedia / Wikipedia · CC BY-SA
via Wikidata sitelinks · CC0
Discovered by embedding cosine similarity (sentence-transformers MiniLM, 384-dim).