BSD 4_3 release
[unix-history] / usr / src / sys / h / vlimit.h
index 906ad01..25b829a 100644 (file)
@@ -1,4 +1,10 @@
-/*     vlimit.h        4.1     11/9/80 */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)vlimit.h    7.1 (Berkeley) 6/4/86
+ */
 
 /*
  * Limits for u.u_limit[i], per process, inherited.
 
 /*
  * Limits for u.u_limit[i], per process, inherited.
@@ -9,7 +15,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