Date: Tue, 28 Apr 1998 21:28:24 -0700 (PDT) From: John Dyson <dyson@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.c swap_pager.h vm_map.c vm_object.c vm_object.h src/sys/miscfs/procfs procfs_map.c Message-ID: <199804290428.VAA20515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 1998/04/28 21:28:24 PDT
Modified files:
sys/vm swap_pager.c swap_pager.h vm_map.c
vm_object.c vm_object.h
sys/miscfs/procfs procfs_map.c
Log:
Tighten up management of memory and swap space during map allocation,
deallocation cycles. This should provide a measurable improvement
on swap and memory allocation on loaded systems. It is unlikely a
complete solution. Also, provide more map info with procfs.
Chuck Cranor spurred on this improvement.
Revision Changes Path
1.94 +12 -10 src/sys/vm/swap_pager.c
1.21 +2 -2 src/sys/vm/swap_pager.h
1.120 +185 -110 src/sys/vm/vm_map.c
1.120 +12 -4 src/sys/vm/vm_object.c
1.48 +3 -1 src/sys/vm/vm_object.h
1.17 +27 -13 src/sys/miscfs/procfs/procfs_map.c
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?199804290428.VAA20515>
