Answer:
The virtual memory manager cannot use FIFO page replacement policy because increasing the allocation to a process may increase the page fault frequency of the process. This feature would make it difficult to combat thrashing in the system. However, when LRU page replacement is used, the number of page fault is nonincreasing function of alloc. Hence it is possible to combat thrashing by increasing the value of alloc for each process.
The virtual memory manager cannot use FIFO page replacement policy because increasing the allocation to a process may increase the page fault frequency of the process. This feature would make it difficult to combat thrashing in the system. However, when LRU page replacement is used, the number of page fault is nonincreasing function of alloc. Hence it is possible to combat thrashing by increasing the value of alloc for each process.
You may be interested in:
OS Memory Management MCQs