bump the default data size to 256MB (i.e. double it) because compiling

gcc during a standard native system build doesn't pass with 128MB.
This commit is contained in:
aymeric 2008-01-19 22:32:47 +00:00
parent da6834a7bc
commit 59e6a9a3d5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
#endif
#ifndef DFLDSIZ
#define DFLDSIZ (128*1024*1024) /* default data size */
#define DFLDSIZ (256*1024*1024) /* default data size */
#endif
#ifndef DFLSSIZ