From: GNU Libc Maintainers Date: Sun, 10 Jul 2022 20:29:34 +0000 (+0100) Subject: git-large-text X-Git-Tag: archive/raspbian/2.33-8+rpi1^2~81 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2f710ac502577431a0ae2fe63a9d49f380946cdb;p=glibc.git git-large-text Committed for 2.35 commit 35cf8a85ed87b70db021d3b8a5026cec9d9094dd Author: Samuel Thibault Date: Fri Dec 31 18:25:49 2021 +0100 hurd: Bump BRK_START to 0x20000000 By nowadays uses, 256MiB is not that large for the program+libraries. Let's push the heap further to leave room for e.g. clang. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-large-text.diff --- diff --git a/sysdeps/mach/hurd/i386/vm_param.h b/sysdeps/mach/hurd/i386/vm_param.h index 5869b40e4..d3a1399e5 100644 --- a/sysdeps/mach/hurd/i386/vm_param.h +++ b/sysdeps/mach/hurd/i386/vm_param.h @@ -19,6 +19,6 @@ #define _I386_VM_PARAM_H /* Arbitrary start of the brk. This is after usual binary and library mappings. */ -#define BRK_START 0x10000000 +#define BRK_START 0x20000000 #endif /* i386/vm_param.h */