Increase maximum text segment size.
LLVM binaries are huge... MFC after: 3 days
This commit is contained in:
parent
d196c9ee16
commit
d304b9ec4a
@ -42,7 +42,7 @@
|
||||
* Virtual memory related constants, all in bytes
|
||||
*/
|
||||
#ifndef MAXTSIZ
|
||||
#define MAXTSIZ (64UL*1024*1024) /* max text size */
|
||||
#define MAXTSIZ (256UL*1024*1024) /* max text size */
|
||||
#endif
|
||||
#ifndef DFLDSIZ
|
||||
#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
|
||||
|
Loading…
Reference in New Issue
Block a user