Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 2003 12:22:26 +0200
From:      Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Tuning HZ for semi-realtime applications
Message-ID:  <3F2F8562.9090609@student.utwente.nl>

next in thread | raw e-mail | index | archive | help
There's this Linux kernel patch that allows for timeslice tuning. It's 
got the following rules of the thumb:

* The optimal setting is your CPU's speed in MHz's / 2
* ...but there is no point in going above 1000 Hz
* ...and be sure to use multiples of 100 Hz

I am everything but an expert at scheduling, but somehow this makes 
sense: i.e. one jiffy for the scheduler and one jiffy for the process.

Does all of this make any sense or is it just a load of hooey?

Regards,

Roderick



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