Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,

kernel, ps and w for this to work!
This commit is contained in:
Charlie Root 1993-07-03 21:21:35 +00:00
parent dcd59e0868
commit c26491ecf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
*/
#define MAXTSIZ (6*1024*1024) /* max text size */
#ifndef DFLDSIZ
#define DFLDSIZ (6*1024*1024) /* initial data size limit */
#define DFLDSIZ (16*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32*1024*1024) /* max data size */

View File

@ -63,7 +63,7 @@
*/
#define MAXTSIZ (6*1024*1024) /* max text size */
#ifndef DFLDSIZ
#define DFLDSIZ (6*1024*1024) /* initial data size limit */
#define DFLDSIZ (16*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32*1024*1024) /* max data size */