From: Christopher Howard <christopher@librehacker.com>
To: 69106@debbugs.gnu.org
Subject: bug#69106: SBCL enomem on 686
Date: Tue, 13 Feb 2024 11:48:24 -0900 [thread overview]
Message-ID: <ZcvVmLg703F8CbZt@theoden> (raw)
In-Reply-To: <Zcu06NcU5KCZzUT3@theoden>
Hi, the problem is with these lines:
```
,@(if (target-ppc32?)
;; 3072 is too much for this architecture.
`("--dynamic-space-size=2048")
`("--dynamic-space-size=3072"))
```
Package definition simply assumes that all non-ppc32 architectures can handle the larger dynamic space, but apparently not x86. Through experiment, I see the largest dynamic space that works on my old laptop is 2810, but 2048 seems like a more sensible number.
--
Christopher Howard
next prev parent reply other threads:[~2024-02-13 20:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-13 16:22 bug#69106: SBCL enomem on 686 Christopher Howard
[not found] ` <handler.69106.B.170784140214837.ack@debbugs.gnu.org>
2024-02-13 18:28 ` Christopher Howard
2024-02-13 20:48 ` Christopher Howard [this message]
2024-08-22 8:06 ` Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZcvVmLg703F8CbZt@theoden \
--to=christopher@librehacker.com \
--cc=69106@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).