summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/shmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/shmparam.h')
-rw-r--r--include/asm-mips/shmparam.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/shmparam.h b/include/asm-mips/shmparam.h
index b2441c81a..b4ed1faaf 100644
--- a/include/asm-mips/shmparam.h
+++ b/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) */ \