public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Bump BRK_START to 0x20000000
@ 2021-12-31 17:26 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2021-12-31 17:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=35cf8a85ed87b70db021d3b8a5026cec9d9094dd

commit 35cf8a85ed87b70db021d3b8a5026cec9d9094dd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
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.

Diff:
---
 sysdeps/mach/hurd/i386/vm_param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/i386/vm_param.h b/sysdeps/mach/hurd/i386/vm_param.h
index 5869b40e43..d3a1399e55 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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-31 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 17:26 [glibc] hurd: Bump BRK_START to 0x20000000 Samuel Thibault

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).