Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: smiddy@spam.istc.sri.com (Richard Smith) Newsgroups: comp.sys.sun Subject: Re: Using maximum swap Message-ID: <8901252334.AA22287@rascal0> Date: 2 Feb 89 05:37:12 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 14 Approved: Sun-Spots@rice.edu Original-Date: Wed, 25 Jan 89 15:34:03 PST X-Sun-Spots-Digest: Volume 7, Issue 133, message 2 of 13 Hi Ruth, I suspect that the problem you are running into is not easily solvable. There is a per process swap limit, as well as a system wide swap limit. The per process limit, however, is hardwired into more kernel code than the system wide limit. In particular, it determines the maximum size of the page table for a process, since the in core memory map must be able to handle a process of this size if it is not swapped. If I recall correctly, this particular maximum is hard to change, especially if you do not have source. Sigh... Thanks, Richard Smith Smiddy@spam.istc.sri.com