commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] hurd: Bump BRK_START to 0x20000000


From: Samuel Thibault
Subject: [hurd,commited] hurd: Bump BRK_START to 0x20000000
Date: Fri, 31 Dec 2021 18:26:45 +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 | 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 */
-- 
2.34.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]