0 votes
in Operating System by
How to calculate performance in virtual memory?

1 Answer

0 votes
by

The performance of virtual memory of a virtual memory management system depends on the total number of page faults, which depend on “paging policies” and “frame allocation”.

Effective access time = (1-p) x Memory access time + p x page fault time

...