mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Bump MAXDSIZ to 512MB so that soft limits have a chance to actually
regulate this. Reviewed by: dyson
This commit is contained in:
parent
d80130d389
commit
7416845fdd
2 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
|
||||
* $Id: vmparam.h,v 1.25 1997/04/07 09:30:22 peter Exp $
|
||||
* $Id: vmparam.h,v 1.26 1997/06/25 20:18:58 tegge Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
#define DFLDSIZ (64UL*1024*1024) /* initial data size limit */
|
||||
#endif
|
||||
#ifndef MAXDSIZ
|
||||
#define MAXDSIZ (128UL*1024*1024) /* max data size */
|
||||
#define MAXDSIZ (512UL*1024*1024) /* max data size */
|
||||
#endif
|
||||
#ifndef DFLSSIZ
|
||||
#define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
|
||||
* $Id: vmparam.h,v 1.25 1997/04/07 09:30:22 peter Exp $
|
||||
* $Id: vmparam.h,v 1.26 1997/06/25 20:18:58 tegge Exp $
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
#define DFLDSIZ (64UL*1024*1024) /* initial data size limit */
|
||||
#endif
|
||||
#ifndef MAXDSIZ
|
||||
#define MAXDSIZ (128UL*1024*1024) /* max data size */
|
||||
#define MAXDSIZ (512UL*1024*1024) /* max data size */
|
||||
#endif
|
||||
#ifndef DFLSSIZ
|
||||
#define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */
|
||||
|
|
|
|||
Loading…
Reference in a new issue