Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 1996 23:50:27 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        cskim@cslsun10.sogang.ac.kr (Kim Chang Seob)
Cc:        freebsd-hackers@freebsd.org, cskim@cslsun10.sogang.ac.kr
Subject:   Re: frame allocation
Message-ID:  <199611070450.XAA03133@dyson.iquest.net>
In-Reply-To: <9611070259.AA18137@cslsun10.sogang.ac.kr> from "Kim Chang Seob" at Nov 7, 96 11:59:08 am

next in thread | previous 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. 
>
Right now, there isn't a closed form method for finding a processes
optimum working set.
>
>  i know, freebsd memory management does not use the working set model
> because it lacks accurate infomation about the reference pattern 
> of a process. 
>
Yes, you are right.

> 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. 
The processes compete for available memory.  There are usage statistics
gathered (beyond the simple LRU scheme), that help make an estimation
of the probability of future use.

John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611070450.XAA03133>