From 8507ca1a3bb2dd6a0533b549da54a079dbf3e324 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Thu, 22 May 2014 10:44:17 +1000 Subject: [PATCH] ipcshm-document-new-limits-in-the-uapi-header-v2 Signed-off-by: Davidlohr Bueso Cc: Michael Kerrisk Cc: Manfred Spraul Signed-off-by: Andrew Morton --- include/uapi/linux/shm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/shm.h b/include/uapi/linux/shm.h index e37fb08df9cd..3400b6eb1fbe 100644 --- a/include/uapi/linux/shm.h +++ b/include/uapi/linux/shm.h @@ -12,8 +12,9 @@ * modified by sysctl. Both SHMMAX and SHMALL have their default values * to the maximum limit which is as large as it can be without helping * userspace overflow the values. There is really nothing the kernel - * can do to avoid this any variables. It is therefore not advised to - * make them any larger. This is suitable for both 32 and 64-bit systems. + * can do to avoid this any further. It is therefore not advised to + * make them any larger. These limits are suitable for both 32 and + * 64-bit systems. */ #define SHMMIN 1 /* min shared seg size (bytes) */ #define SHMMNI 4096 /* max num of segs system wide */ -- 2.39.5