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 14:11:59 +0200 Message-Id: <83sg59yf3k.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: <871rct977a.wl-tomas@basun.net> (message from Tomas By on Fri, 05 Mar 2021 12:21:45 +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> <83czweysu2 DOT fsf AT gnu DOT org> <871rct977a 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 12:21:45 +0100 > From: Tomas By > > On Fri, 05 Mar 2021 08:15:17 +0100, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: > > Please show the output of each one of these two commands. > > | M-: (memory-limit) RET not -Q > > 13756 (#o32674, #x35bc) > > > | M-: (memory-limit) RET -Q > > 14768 (#o34660, #x39b0) This means Emacs allocated between 13 and 14 MBytes of memory, a reasonable value. > | M-: (memory-info) RET > > (122880 239168 131072 0) This is consistent with what go32-v2 says. So I no longer think I understand what is going on there, sorry.