230 views
4 votes
4 votes
how to decide maximum limit of virtual address space ? is it max disk space available?

2 Answers

1 votes
1 votes
  • Virtual memory upper limits are set by the OS:
    • for example, on 32-bit Windows the limit is 16TB, and on 64-bit Windows the limit is 256TB.
  • Virtual memory is also physically limited by the available disc space.
0 votes
0 votes
Your Hard disk or secondary memory is of say 1TB and let say each process is of 1B so you will have 1trilion process not more than that so max virtual memory is dependent on secondary memory size

Virtual memory $\leq$ Secondary strorage capacity

No related questions found