Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 08:37:49 -0700
From:      Warner Losh <imp@bsdimp.com>
To:        Mike Karels <karels@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org,  dev-commits-src-main@freebsd.org
Subject:   Re: git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB
Message-ID:  <CANCZdfoCp2%2B_oxkektAsputwhN5E3bu%2B8ogzcOAHkQLZNPfW3Q@mail.gmail.com>
In-Reply-To: <202401151330.40FDU0q9009324@gitrepo.freebsd.org>
References:  <202401151330.40FDU0q9009324@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000608587060efdcc89
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

One question here...

Do we need to include all the debugging stuff in /usr/lib/debug? i'ts over
1GB out of 5GB and seems like a poor fit
for this form factor. We can easily provide it as a package instead....

I know the inevitable march of largeness must progress, but we should ask
ourselves is this really a good use of that 1GB?

Warner

On Mon, Jan 15, 2024 at 6:30=E2=80=AFAM Mike Karels <karels@freebsd.org> wr=
ote:

> The branch main has been updated by karels:
>
> URL:
> https://cgit.FreeBSD.org/src/commit/?id=3D6137b5f7b8c183ee8806d79b3f1d8e5=
e3ddb3df3
>
> commit 6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3
> Author:     Mike Karels <karels@FreeBSD.org>
> AuthorDate: 2024-01-14 17:01:19 +0000
> Commit:     Mike Karels <karels@FreeBSD.org>
> CommitDate: 2024-01-15 13:28:53 +0000
>
>     Increase the size of riscv GENERICSD images to 6 GB
>
>     The stable/13 snapshot this week failed to build the riscv GENERICSD
>     image because it ran out of space.  Checking main and stable/14
>     snapshots, they are also low on space, around 100% or more of
>     capacity.  Increase them all from 5 GB to 6 GB.  Note, this is the
>     only riscv image configuration.
>
>     Discussed with: cperciva
> ---
>  release/riscv/GENERICSD.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/release/riscv/GENERICSD.conf b/release/riscv/GENERICSD.conf
> index d0b1ee32743c..7bd58bc9f97b 100644
> --- a/release/riscv/GENERICSD.conf
> +++ b/release/riscv/GENERICSD.conf
> @@ -7,7 +7,7 @@ EMBEDDED_TARGET=3D"riscv"
>  EMBEDDEDBUILD=3D1
>  FAT_SIZE=3D"54m -b 8m"
>  FAT_TYPE=3D"16"
> -IMAGE_SIZE=3D"5120M"
> +IMAGE_SIZE=3D"6144M"
>  KERNEL=3D"GENERIC"
>  MD_ARGS=3D"-x 63 -y 255"
>  PART_SCHEME=3D"GPT"
>

--000000000000608587060efdcc89
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>One question here...</div><div><br></div><div>Do we n=
eed to include all the debugging stuff in /usr/lib/debug? i&#39;ts over 1GB=
 out of 5GB and seems like a poor fit</div><div>for this form factor. We ca=
n easily provide it as a package instead....<br></div><div><br></div><div>I=
 know the inevitable march of largeness must progress, but we should ask ou=
rselves is this really a good use of that 1GB?</div><div><br></div><div>War=
ner<br></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail=
_attr">On Mon, Jan 15, 2024 at 6:30=E2=80=AFAM Mike Karels &lt;<a href=3D"m=
ailto:karels@freebsd.org">karels@freebsd.org</a>&gt; wrote:<br></div><block=
quote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1=
px solid rgb(204,204,204);padding-left:1ex">The branch main has been update=
d by karels:<br>
<br>
URL: <a href=3D"https://cgit.FreeBSD.org/src/commit/?id=3D6137b5f7b8c183ee8=
806d79b3f1d8e5e3ddb3df3" rel=3D"noreferrer" target=3D"_blank">https://cgit.=
FreeBSD.org/src/commit/?id=3D6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3</a><b=
r>
<br>
commit 6137b5f7b8c183ee8806d79b3f1d8e5e3ddb3df3<br>
Author:=C2=A0 =C2=A0 =C2=A0Mike Karels &lt;karels@FreeBSD.org&gt;<br>
AuthorDate: 2024-01-14 17:01:19 +0000<br>
Commit:=C2=A0 =C2=A0 =C2=A0Mike Karels &lt;karels@FreeBSD.org&gt;<br>
CommitDate: 2024-01-15 13:28:53 +0000<br>
<br>
=C2=A0 =C2=A0 Increase the size of riscv GENERICSD images to 6 GB<br>
<br>
=C2=A0 =C2=A0 The stable/13 snapshot this week failed to build the riscv GE=
NERICSD<br>
=C2=A0 =C2=A0 image because it ran out of space.=C2=A0 Checking main and st=
able/14<br>
=C2=A0 =C2=A0 snapshots, they are also low on space, around 100% or more of=
<br>
=C2=A0 =C2=A0 capacity.=C2=A0 Increase them all from 5 GB to 6 GB.=C2=A0 No=
te, this is the<br>
=C2=A0 =C2=A0 only riscv image configuration.<br>
<br>
=C2=A0 =C2=A0 Discussed with: cperciva<br>
---<br>
=C2=A0release/riscv/GENERICSD.conf | 2 +-<br>
=C2=A01 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/release/riscv/GENERICSD.conf b/release/riscv/GENERICSD.conf<br=
>
index d0b1ee32743c..7bd58bc9f97b 100644<br>
--- a/release/riscv/GENERICSD.conf<br>
+++ b/release/riscv/GENERICSD.conf<br>
@@ -7,7 +7,7 @@ EMBEDDED_TARGET=3D&quot;riscv&quot;<br>
=C2=A0EMBEDDEDBUILD=3D1<br>
=C2=A0FAT_SIZE=3D&quot;54m -b 8m&quot;<br>
=C2=A0FAT_TYPE=3D&quot;16&quot;<br>
-IMAGE_SIZE=3D&quot;5120M&quot;<br>
+IMAGE_SIZE=3D&quot;6144M&quot;<br>
=C2=A0KERNEL=3D&quot;GENERIC&quot;<br>
=C2=A0MD_ARGS=3D&quot;-x 63 -y 255&quot;<br>
=C2=A0PART_SCHEME=3D&quot;GPT&quot;<br>
</blockquote></div></div>

--000000000000608587060efdcc89--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfoCp2%2B_oxkektAsputwhN5E3bu%2B8ogzcOAHkQLZNPfW3Q>