X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.13.202.195 with SMTP id m186mr7773959ywd.55.1442126939594; Sat, 12 Sep 2015 23:48:59 -0700 (PDT) X-Received: by 10.182.72.200 with SMTP id f8mr26048obv.23.1442126939494; Sat, 12 Sep 2015 23:48:59 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 12 Sep 2015 23:48:59 -0700 (PDT) In-Reply-To: <55F4FD47.4070600@iki.fi> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.25.37.21; posting-account=XGWx5woAAACFbFREYlembztJnxsJ2Of0 NNTP-Posting-Host: 72.25.37.21 References: <1fc76553-1d38-44a3-885a-ca0dc772f46d AT googlegroups DOT com> <55F4FD47 DOT 4070600 AT iki DOT fi> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Out of memory error compiling Mesa 6.4.2 in Windows 7 32-bit From: "emoaddict15 AT gmail DOT com [via djgpp AT delorie DOT com]" Injection-Date: Sun, 13 Sep 2015 06:48:59 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2410 Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t8D703XE001557 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Or just take a look at: http://www.trnicely.net/misc/vista.html (first in results of Google search). > The following worked just fine in Windows 7 (will copy and paste here so it's archived in case the site ever disappears): Rugxulo reports (3 June 2008) that the following workaround appears to eliminate the problem in Vista with Service Pack 1 (SP1). Use a registry editor (such as REGEDIT) to create the new (REG_DWORD) registry value DpmiLimit under the key Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW Now edit the value to reflect the maximum amount of memory (in bytes) that you wish to make available to console applications (DOS command boxes). Thus, a value of 128000000 (decimal) would make 128 million bytes available to DOS boxes, as opposed to the default value of 32MB; a hex value of 0x7A12000 would have the same effect. It appears that 32MB is the minimum allowed; the maximum has not been determined, but is almost certainly 2GB or less. You will probably need administrator privileges to implement these steps, and you may have to reboot before the new setting takes effect. Thanks! Frank