patch-2.0.31 linux/include/asm-i386/shmparam.h
Next file: linux/include/asm-i386/socket.h
Previous file: linux/include/asm-i386/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Aug 12 16:23:22 1997
- Orig file:
v2.0.30/linux/include/asm-i386/shmparam.h
- Orig date:
Mon Sep 11 23:49:24 1995
diff -u --recursive --new-file v2.0.30/linux/include/asm-i386/shmparam.h linux/include/asm-i386/shmparam.h
@@ -33,7 +33,7 @@
* SHMMAX <= (PAGE_SIZE << _SHM_IDX_BITS).
*/
-#define SHMMAX 0x1000000 /* max shared seg size (bytes) */
+#define SHMMAX 0x2000000 /* max shared seg size (bytes) */
#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, slshen@lbl.gov