mirror of git://sourceware.org/git/glibc.git
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:
parent
8c0727af63
commit
35cf8a85ed
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue