X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 05 Mar 2021 09:15:17 +0200 Message-Id: <83czweysu2.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: <875z26tpfh.wl-tomas@basun.net> (message from Tomas By on Fri, 05 Mar 2021 01:27:46 +0100) Subject: Re: Emacs / 1GB RAM References: <8735xbwo63 DOT wl-tomas AT basun DOT net> <8335xbjaan DOT fsf AT gnu DOT org> <87sg5bt3qh DOT wl-tomas AT basun DOT net> <83pn0fhs5v DOT fsf AT gnu DOT org> <87h7lrsztw DOT wl-tomas AT basun DOT net> <837dmm29s3 DOT fsf AT gnu DOT org> <875z26tpfh DOT wl-tomas AT basun DOT net> 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: Fri, 05 Mar 2021 01:27:46 +0100 > From: Tomas By > > > I think this long time is because the OS/DPMI server is extremely > > short on memory. > > So how is this different from what "go32-v2" reports? It isn't, or at least it shouldn't be. According to go32-v2, your memory is large enough. So my guess is just a guess, and it could be wrong. > Is there some way to see this lack of memory somewhere? I'm not sure this will help, but it won't do any harm to try. So try typing these commands: M-: (memory-limit) RET M-: (memory-info) RET Please show the output of each one of these two commands. It is best to run the first of these two both in "emacs -Q" and in Emacs invoked without the -Q option.