]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/i386/vmparam.h
xnu-792.6.22.tar.gz
[apple/xnu.git] / bsd / i386 / vmparam.h
index a1c9daeece6549a10c65c54e2b560ba835916334..ffb77f55b56c8d08d355da164bbe625078766e2b 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <sys/resource.h>
 
-#define        USRSTACK        0xc0000000
+#define        USRSTACK        (0xC0000000)
 
 /*
  * Virtual memory related constants, all in bytes
 #define        MAXDSIZ         (RLIM_INFINITY)         /* max data size */
 #endif
 #ifndef        DFLSSIZ
-#define        DFLSSIZ         (512*1024)              /* initial stack size limit */
+#define        DFLSSIZ         (8*1024*1024 - 7*4*1024)        /* initial stack size limit */
 #endif
 #ifndef        MAXSSIZ
-#define        MAXSSIZ         (64*1024*1024)                  /* max stack size */
+#define        MAXSSIZ         (64*1024*1024 - 7*4*1024)       /* max stack size */
 #endif
 #ifndef        DFLCSIZ
 #define DFLCSIZ                (0)                     /* initial core size limit */