Date: Sun, 22 Feb 1998 23:42:44 -0800 (PST) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/vm vm_zone.c src/sys/i386/include vmparam.h src/sys/conf options Message-ID: <199802230742.XAA04441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1998/02/22 23:42:44 PST Modified files: sys/kern kern_malloc.c Log: Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden in a way identically as before.) I had problems with the system properly handling the number of vnodes when there is alot of system memory, and the default VM_KMEM_SIZE. Two new options "VM_KMEM_SIZE_SCALE" and "VM_KMEM_SIZE_MAX" have been added to support better auto-sizing for systems with greater than 128MB. Revision Changes Path 1.44 +39 -10 src/sys/kern/kern_malloc.c Modified files: sys/vm vm_zone.c sys/i386/include vmparam.h sys/conf options Log: Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden in a way identically as before.) I had problems with the system properly handling the number of vnodes when there is alot of system memory, and the default VM_KMEM_SIZE. Two new options "VM_KMEM_SIZE_SCALE" and "VM_KMEM_SIZE_MAX" have been added to support better auto-sizing for systems with greater than 128MB. Add some accouting for vm_zone memory allocations, and provide properly for vm_zone allocations out of the kmem_map. Also move the vm_zone allocation stats to the VM OID tree from the KERN OID tree. Revision Changes Path 1.19 +14 -2 src/sys/vm/vm_zone.c 1.29 +18 -2 src/sys/i386/include/vmparam.h 1.62 +6 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802230742.XAA04441>