Date: Thu, 7 Nov 1996 11:59:08 +0900 (KST) From: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) To: freebsd-hackers@FreeBSD.ORG Cc: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) Subject: frame allocation Message-ID: <9611070259.AA18137@cslsun10.sogang.ac.kr>
next in thread | raw e-mail | index | archive | help
hello there . l have some question about FreeBSD memory management. i would that know how many memory(physical memory) to provide to each process to minimize the latter's page fault behavior. i know, freebsd memory management does not use the working set model because it lacks accurate infomation about the reference pattern of a process. then, in freebsd memory management , how many physical memory is allocated about requested memory. allocated all the page allocation size is static, or allocated all the page allocation size is dynamic. l would then know. if page allocation fomula is, what function is used, what percent of requested memory is allocated, please send me a message.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9611070259.AA18137>