Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: How can you run out of virtual memory? Message-ID: <5576@ucbvax.ARPA> Date: Mon, 18-Mar-85 12:49:46 EST Article-I.D.: ucbvax.5576 Posted: Mon Mar 18 12:49:46 1985 Date-Received: Tue, 19-Mar-85 06:02:33 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 19 From: Jeff Cameron Every account on a VAX/VMS system has a quota called PGFLQUOTA. it specifies the maximum number of virtual pages an account (or process) can have. There is also a non-dynamic sysgen parameter called VIRTUALPAGECNT, that specifies the maximum number of virtual pages any process on the system may have. On the last page of your LINK map file, there is a description of the number of virtual pages needed to link. See your system administrator to have your PGFLQUOTA raised to accomodate your needs. The sysgen parameter VIRTUALPAGECNT must be as large as the greatest PGFLQUOTA of all the accounts. Changing VIRTUALPAGECNT requires a re-boot, to place into operation.