X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sat, 11 Jan 2020 12:10:13 +0200 Message-Id: <83v9pi718a.fsf@gnu.org> From: "Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com In-reply-to: <87tv52l7r3.wl-tomas@basun.net> (message from Tomas By on Sat, 11 Jan 2020 09:25:36 +0100) Subject: Re: long file names References: <874lbskxou DOT wl-tomas AT basun DOT net> <83k1ko88nc DOT fsf AT gnu DOT org> <87mupk6tci DOT wl-tomas AT basun DOT net> <83h8fs86zn DOT fsf AT gnu DOT org> <874kx2isg3 DOT wl-tomas AT basun DOT net> <874kx2oefb DOT wl-tomas AT basun DOT net> <83d0bq8lr0 DOT fsf AT gnu DOT org> <87tv52l7r3 DOT wl-tomas AT basun DOT net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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 > Date: Sat, 11 Jan 2020 09:25:36 +0100 > From: Tomas By > > On Sat, 11 Jan 2020 09:01:39 +0100, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: > > > Or is it lack of memory? > > > > Could be. How much memory do you have there? > > mem says: > > | 649999 bytes available to MS-DOS > | 442016 largest executable program size > | 3407872 bytes total contiguous extended memory > | 3407872 bytes available contiguous extended memory > > go32-v2 says: > > | DPMI memory available: 3840 Kb > | DPMI swap space available: 95500 Kb You have just 3MB of DPMI memory, which is too little. I think you need at least 15MB to run Emacs safely. At least when I start Emacs on Windows XP, the memory consumed by ntvdm is about 15MB.