I have a system that uses demand-paging 8192 bytes with 2 GiB of RAM. If a running program accesses a total of 280,000 distinct pages of virtual memory over its' lifetime. Is there a way to find the lower-bound with this info only and if it is, then how?
Thanks in advance!