]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hurd: Bump BRK_START to 0x20000000
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 31 Dec 2021 17:25:49 +0000 (18:25 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Fri, 31 Dec 2021 17:25:49 +0000 (18:25 +0100)
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.

sysdeps/mach/hurd/i386/vm_param.h

index 5869b40e435518662f15851adfc9516652d7717e..d3a1399e551f58484e22bde3801613fdd5fd47da 100644 (file)
@@ -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 */