diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-22 14:49:44 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-22 14:49:44 +0000 |
| commit | 473ad28f411fcae66a2b5831a7345988a3aa21be (patch) | |
| tree | 59b80ee77eaa90c3267b45c353771e47f5bd5cf5 | |
| parent | f8ad0aeb4b67f22d8e71270de241f09e6dba421e (diff) | |
| download | man-pages-473ad28f411fcae66a2b5831a7345988a3aa21be.tar.gz | |
Added /proc/sys/vm/legacy_va_layout
| -rw-r--r-- | man5/proc.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 0465d586a2..724c888108 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1513,6 +1513,11 @@ This directory contains files for memory management tuning, buffer and cache management. .TP +.IR /proc/sys/vm/legacy_va_layout " (since Linux 2.6.9)" +.\" The following is from Documentation/filesystems/proc.txt +If non-zero, this disable the new 32-bit memory-mapping layout; +the kernel will use the legacy (2.4) layout for all processes. +.TP .I /proc/sys/vm/overcommit_memory This file contains the kernel virtual memory accounting mode. Values are: .br |
