From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32033 invoked from network); 3 Apr 2021 05:00:42 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 3 Apr 2021 05:00:42 -0000 Received: from pb-smtp20.pobox.com ([173.228.157.52]) by 1ess; Fri Apr 2 17:24:28 -0400 2021 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id B365A12F9E0; Fri, 2 Apr 2021 17:24:20 -0400 (EDT) (envelope-from unobe@cpan.org) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=sasl; bh=g+R55ehnoqw6wXVvSyOEgN3E6vo=; b=oVOO4IY6K//6ik38uXYSehHWHmZg zTj88UAFq0hOjOGLUYfdUBDtETmo0npyI8NhCt8v7zracsDCNgizL2ISKicv6XWA 7I2s/uqc81CgfUMoJCmFNhTuLcdnAnYLNOfkpdyu02Kl2qhMwd4+vAcLe1FR5DuY eB5/0BVtjxjxOaI= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id ABFB712F9DF; Fri, 2 Apr 2021 17:24:20 -0400 (EDT) (envelope-from unobe@cpan.org) Received: from [10.0.1.5] (unknown [47.34.135.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id CEBD512F9DC; Fri, 2 Apr 2021 17:24:17 -0400 (EDT) (envelope-from unobe@cpan.org) Date: Fri, 02 Apr 2021 21:24:13 +0000 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: 9front@9front.org,cinap_lenrek@felloff.net From: Romano Message-ID: <9B469A71-4909-412B-8648-59F96B8F7F54@cpan.org> X-Pobox-Relay-ID: C8204886-93F9-11EB-9606-E43E2BB96649-09620299!pb-smtp20.pobox.com List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing flexible SOAP over HTTP rich-client strategy interface Subject: Re: [9front] Reply-To: 9front@9front.org Precedence: bulk On April 2, 2021 2:31:24 PM UTC, cinap_lenrek@felloff=2Enet wrote: >This is why we'r loosing amlsost 2GB of user memory because >of the high fragmentation of the memory map=2E > >The xinit errors are due to us running out of pallocmem slots=2E > >change the Palloc struct in /sys/src/9/port/portdat=2Eh: > >- Pallocmem mem[16]; /* physical user page banks */ >+ Pallocmem mem[32]; /* physical user page banks */ Updated, and was able to boot=2E >We could also try to minimize the memory loss by sorting the >Conf=2Emem[] array by region size=2E > >For the machine check, do you confirm that it is related to >the bcm ethernet driver? And when you removed the driver >that it went away? Yes, I removed the bcm driver and that's how I was able to boot successful= ly before changing Pallocmem=2E