summaryrefslogtreecommitdiff
path: root/vm/vm_map.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2009-10-14 10:15:50 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2009-10-14 10:15:50 +0200
commitfa6c711d2e8f696457ee1a12e49f413b98a175db (patch)
tree9e68a8b8f1db891d78f8b88e74161f3c6a0a7f49 /vm/vm_map.h
parenta72523c6570b17311babc105edc7105bc0dce4aa (diff)
Update constants to nowadays standards
kern/zalloc.c (zone_map_size): Increase to 64MiB. i386/i386at/model_dep.c (mem_size_init): Reduce cap to 1/6 of memory space to save room for zalloc area. linux/src/drivers/block/ide.h (INITIAL_MULT_COUNT): Set to 16. vm/vm_map.h (VM_MAP_COPY_PAGE_LIST_MAX): Set to 64. vm/vm_object.c (vm_object_cached_max): Set to 4000.
Diffstat (limited to 'vm/vm_map.h')
-rw-r--r--vm/vm_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.h b/vm/vm_map.h
index 1b8423e..567fe93 100644
--- a/vm/vm_map.h
+++ b/vm/vm_map.h
@@ -226,7 +226,7 @@ typedef struct vm_map_version {
* (returned) and an abort flag (abort if TRUE).
*/
-#define VM_MAP_COPY_PAGE_LIST_MAX 8
+#define VM_MAP_COPY_PAGE_LIST_MAX 64
typedef struct vm_map_copy {
int type;