* void <[EMAIL PROTECTED]> [001024 11:37] wrote:
> http://sunsolve.Sun.COM/pub-cgi/show.pl?target=content/content8#cyclical
>
> BSD doesn't do anything like this (distinguishing between instructions
> and data in the VM cache), does it? Should it?
It's an interesting idea, the only weirdness is that one could pretty
easily tie down a lot of memory with underused instruction data and
force the filesystem cache to use a much smaller subset of memory than
it should degrading performance, it could also work against you in
the opposite direction. If solaris is able to put these pages on a
"general inactive+free queue" after some time so that pages can
migrate between the two caches it would help out some.
Interestingly enough we're trying to address a problem related to
this in FreeBSD right now, but I'm not sure the Solaris solution
is the right way to go.
--
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message