patch-2.2.11 linux/include/asm-mips/shmparam.h
Next file: linux/include/asm-mips/sigcontext.h
Previous file: linux/include/asm-mips/sgint23.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Mon Aug  9 12:04:41 1999
-  Orig file: 
v2.2.10/linux/include/asm-mips/shmparam.h
-  Orig date: 
Thu Jun 26 12:33:40 1997
diff -u --recursive --new-file v2.2.10/linux/include/asm-mips/shmparam.h linux/include/asm-mips/shmparam.h
@@ -33,7 +33,9 @@
  * SHMMAX <= (PAGE_SIZE << _SHM_IDX_BITS).
  */
 
-#define SHMMAX 0x1000000		/* max shared seg size (bytes) */
+#define SHMMAX 0x2000000		/* max shared seg size (bytes) */
+/* Try not to change the default shipped SHMMAX - people rely on it */
+
 #define SHMMIN 1 /* really PAGE_SIZE */	/* min shared seg size (bytes) */
 #define SHMMNI (1<<_SHM_ID_BITS)	/* max num of segs system wide */
 #define SHMALL				/* max shm system wide (pages) */ \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)