Re: polling interval
- In reply to: Dag-Erling_Smørgrav : "Re: polling interval"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 08:44:36 UTC
On Tue, 15 Oct 2024 07:20:46 +0200 Dag-Erling Smørgrav <des@FreeBSD.org> wrote: > void <void@f-m.fm> writes: > > Dag-Erling Smørgrav <des@FreeBSD.org> writes: > > > void <void@f-m.fm> writes: > > > > I dimly remember a HZ setting, maybe kernel config option? > > > > From years ago. I can't find it in recent /sys/amd64/conf/* > > > Look in sys/conf/NOTES. > > not present in n271832-04262ed78d23 (-current) > > https://cgit.freebsd.org/src/tree/sys/conf/NOTES#n1283 > > DES > -- > Dag-Erling Smørgrav - des@FreeBSD.org Note that NOTE is not used in GENERIC (default) build. So defined value 100 would be applicable only when LINT build or intentionally defined as such somewhere or command line. -- Tomoaki AOKI <junchoon@dec.sakura.ne.jp>