Out of Memory problem in Ultrix 2.2

Guy Harris guy at auspex.UUCP
Tue Mar 21 06:14:45 AEST 1989


>Why should it run out of memory if the os is a virtual memory  
>machine ? 

Well, you're the second person to ask that question recently....

"Virtual" memory ultimately has to be backed by "real" storage of some
sort, in most cases.  (We rule out the case of e.g. a system wherein a
page fault on some locations in the address space causes the page fault
handler to, for example, supply computed data rather than data from a
file.)  Therefore, if you run out of secondary storage to back up your
virtual memory, you run out of virtual memory.  You probably just ran
out of swap space. 



More information about the Comp.unix.wizards mailing list