add LIM_MAXRSS
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 14 Apr 1981 11:41:08 +0000 (03:41 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 14 Apr 1981 11:41:08 +0000 (03:41 -0800)
SCCS-vsn: sys/sys/vlimit.h 4.3

usr/src/sys/sys/vlimit.h

index 7c4437f..6df9997 100644 (file)
@@ -1,4 +1,4 @@
-/*     vlimit.h        4.2     81/02/19        */
+/*     vlimit.h        4.3     81/04/13        */
 
 /*
  * Limits for u.u_limit[i], per process, inherited.
 
 /*
  * Limits for u.u_limit[i], per process, inherited.
@@ -9,7 +9,8 @@
 #define        LIM_DATA        3       /* max growth of data space */
 #define        LIM_STACK       4       /* max growth of stack */
 #define        LIM_CORE        5       /* max size of ``core'' file */
 #define        LIM_DATA        3       /* max growth of data space */
 #define        LIM_STACK       4       /* max growth of stack */
 #define        LIM_CORE        5       /* max size of ``core'' file */
+#define        LIM_MAXRSS      6       /* max desired data+stack core usage */
 
 
-#define        NLIMITS         5
+#define        NLIMITS         6
 
 #define        INFINITY        0x7fffffff
 
 #define        INFINITY        0x7fffffff