Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP Path: utzoo!watmath!watcgl!dmmartindale From: dmmartindale@watcgl.UUCP (Dave Martindale) Newsgroups: net.unix-wizards Subject: Re: 4.2BSD VAX: data/stack segments > 6Mb Message-ID: <2546@watcgl.UUCP> Date: Fri, 11-May-84 10:31:20 EDT Article-I.D.: watcgl.2546 Posted: Fri May 11 10:31:20 1984 Date-Received: Sat, 12-May-84 12:56:55 EDT References: <3077@mordor.UUCP> Organization: U of Waterloo, Ontario Lines: 6 Note that when growing the virtual address space, you can double DMMAX if you like - that results in larger maximum-size blocks on the paging device, but then you need only about half as many map entries to handle the larger address space. That's what I did here, and I don't think that UPAGES needed to be grown. Of course, all the other comments about dependencies and recompiling user programs still apply.