Definition

A phenomenon in computer science involving page replacement in memory management where increasing the number of pages in a system can actually lead to a higher rate of page fault and thus reduce overall system performance, even when the working set of the program is larger than the number of pages in main memory. This is contrary to the intuition that more memory should improve performance.