mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
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.
This commit is contained in:
@@ -19,6 +19,6 @@
|
|||||||
#define _I386_VM_PARAM_H
|
#define _I386_VM_PARAM_H
|
||||||
|
|
||||||
/* Arbitrary start of the brk. This is after usual binary and library mappings. */
|
/* 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 */
|
#endif /* i386/vm_param.h */
|
||||||
|
Reference in New Issue
Block a user