X-Received: by 2002:a0c:e449:0:b0:4b9:cfc3:b31a with SMTP id d9-20020a0ce449000000b004b9cfc3b31amr15266131qvm.35.1666590301990; Sun, 23 Oct 2022 22:45:01 -0700 (PDT) X-Received: by 2002:a05:620a:1a9d:b0:6cb:e3f3:eb3c with SMTP id bl29-20020a05620a1a9d00b006cbe3f3eb3cmr21802825qkb.711.1666590301750; Sun, 23 Oct 2022 22:45:01 -0700 (PDT) Path: csiph.com!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.sys.3b1 Date: Sun, 23 Oct 2022 22:45:01 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=96.245.166.87; posting-account=6X4KzgkAAADf1PFwpmf14fAmfH0wuvCM NNTP-Posting-Host: 96.245.166.87 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0bea63a3-09e9-4002-9292-01d889fd0665n@googlegroups.com> Subject: Re: How to activate swap? From: J Booth <166sunny@gmail.com> Injection-Date: Mon, 24 Oct 2022 05:45:01 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1724 Xref: csiph.com comp.sys.3b1:681 Hi Alain. >>I conclude by this that only about 2.5MB are available in *total* So it hit me today, I recall seeing the memory map for the 4MB RAM address = space (0x0 - 0x3FFFFF), and sure enough, only around 2.5 MB allocated to us= er processes: KERNEL ONLY =3D 00_00_00 =E2=80=93 07_FF_FF (512 KB) User Process =3D 08_00_00 =E2=80=93 2F_FF_FF (2.5 MB) Shared Lib =3D 30_00_00 =E2=80=93 37_FF_FF (512 KB) Kernel VM =3D 38_00_00 =E2=80=93 3F_FF_FF (512 KB) So I don't think increasing swap is going to help much given the limited ad= dress space. Jesse