mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
kernel, ps and w for this to work!
This commit is contained in:
parent
dcd59e0868
commit
c26491ecf4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user