Date: Sun, 15 Feb 1998 13:17:34 +0200 (IST) From: Eli Zaretskii To: Victor cc: djgpp AT delorie DOT com Subject: Re: Win95 question In-Reply-To: <34e47f4a.1647194@news> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 13 Feb 1998, Victor wrote: > I'm trying to use my program in Win95 DOS box and I have a problem - > the program takes forever to start. > I have a Pentium 200MMX with 128Mb of RAM, and my program is using > about 100Mb of RAM. When the program starts, it loads a few HUGE > arrays (which amount to 100Mb mentioned earlier). So at this moment > Win95 starts an outstanding hard drive activity with no end in > sight. Seems like your DOS box leaves too few DPMI memory for your program. What does go32-v2 print in that DOS box? If it doesn't report 64MB of DPMI memory, enlarge the setting in the property sheets (see section 15.6 of the DJGPP FAQ list for more details). Windows won't let you use more than 64MB, so if you already have that, you are stuck.