Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtual

memory available, so there is no need to be so conservative about it.

Reviewed by:	arch
This commit is contained in:
Robert Millan 2012-04-27 22:27:21 +00:00
parent 4964d80705
commit 74269bb439

View file

@ -54,7 +54,7 @@
*/
#define MAXTSIZ (128UL*1024*1024) /* max text size */
#ifndef DFLDSIZ
#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
#define DFLDSIZ (32768UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32768UL*1024*1024) /* max data size */