Message-ID: <34C2FE21.A396130C@eik.bme.hu> Date: Mon, 19 Jan 1998 08:17:53 +0100 From: "Dr. András Sólyom" Organization: TU Budapest MIME-Version: 1.0 To: djgpp Subject: Re: Q:Virtual memory (followup of 'Q:How to check validity of a pointer') References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk Eli Zaretskii wrote: > On Thu, 15 Jan 1998, Dr. András Sólyom wrote: > > > See section 15.4 of the DJGPP FAQ list (v2/faq210b.zip from the same > place you get DJGPP). The default configuration of CWSDPMI is enough > to get about 21MB in small chunks; if you need more than that, you > will have to bump up its internal heap with the CWSPARAM program. I have tried it in a machine with 128 Mbytes of physical RAM. It run out of memory after 79 Mbytes! But in this case it run out of available physical pages (it printed 'available_physical_pages:0'), so perhaps modifying CWSDPMI can help. I will try it today Andras