From owner-freebsd-hackers Wed Nov 6 21:25:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA28982 for hackers-outgoing; Wed, 6 Nov 1996 21:25:22 -0800 (PST) Received: from ccs.sogang.ac.kr (ccs.sogang.ac.kr [163.239.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA28974 for ; Wed, 6 Nov 1996 21:25:07 -0800 (PST) Received: from cslsun10.sogang.ac.kr by ccs.sogang.ac.kr (8.8.2/Sogang) id OAA28162; Thu, 7 Nov 1996 14:19:58 +0900 (KST) Received: by cslsun10.sogang.ac.kr (4.1/SMI-4.1) id AA18509; Thu, 7 Nov 96 14:23:26 KST From: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) Message-Id: <9611070523.AA18509@cslsun10.sogang.ac.kr> Subject: memory management To: freebsd-hackers@FreeBSD.ORG Date: Thu, 7 Nov 1996 14:23:24 +0900 (KST) Cc: cskim@cslsun10.sogang.ac.kr (Kim Chang Seob) Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yes. i have thanks you to your answer. but, i can not understand about memory management . in your messages, ************************************ The processes compete for available memory. There are usage statistics gathered , that help make an estimation of the probability of future use. ************************************ but , I can not understand what is usage statistics gathered. and what is "make an estimation of the probability of future use" in first , in system booting, in startup, the what is usage statistics , and what is probability, i known that frame allocation size is static, but if in previous test, more page fault is occur, next frame allocation size about same process is increase. but I don't know how many memory size is allocated in first. if gathered data is not, how mwny memory size is allocated, I know correct usage statistics and probability.