mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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:
parent
4964d80705
commit
74269bb439
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue