vmparam.h (f36cfd49adb62472fd7009ecd4f0927c126ff785) | vmparam.h (9c737de401e3fa3423fda1509336afb499f126bc) |
---|---|
1/*- 2 * Copyright (c) 1990 The Regents of the University of California. 3 * All rights reserved. 4 * Copyright (c) 1994 John S. Dyson 5 * All rights reserved. 6 * 7 * This code is derived from software contributed to Berkeley by 8 * William Jolitz. --- 112 unchanged lines hidden (view full) --- 121#ifndef VM_KMEM_SIZE_SCALE 122#define VM_KMEM_SIZE_SCALE (3) 123#endif 124 125/* 126 * Ceiling on amount of kmem_map kva space. 127 */ 128#ifndef VM_KMEM_SIZE_MAX | 1/*- 2 * Copyright (c) 1990 The Regents of the University of California. 3 * All rights reserved. 4 * Copyright (c) 1994 John S. Dyson 5 * All rights reserved. 6 * 7 * This code is derived from software contributed to Berkeley by 8 * William Jolitz. --- 112 unchanged lines hidden (view full) --- 121#ifndef VM_KMEM_SIZE_SCALE 122#define VM_KMEM_SIZE_SCALE (3) 123#endif 124 125/* 126 * Ceiling on amount of kmem_map kva space. 127 */ 128#ifndef VM_KMEM_SIZE_MAX |
129#define VM_KMEM_SIZE_MAX (200 * 1024 * 1024) | 129#define VM_KMEM_SIZE_MAX (320 * 1024 * 1024) |
130#endif 131 132/* initial pagein size of beginning of executable file */ 133#ifndef VM_INITIAL_PAGEIN 134#define VM_INITIAL_PAGEIN 16 135#endif 136 137#endif /* _MACHINE_VMPARAM_H_ */ | 130#endif 131 132/* initial pagein size of beginning of executable file */ 133#ifndef VM_INITIAL_PAGEIN 134#define VM_INITIAL_PAGEIN 16 135#endif 136 137#endif /* _MACHINE_VMPARAM_H_ */ |