Bug 102353

Summary: kqueue(2) should mention sysctl kern.kq_calloutmax
Product: Documentation Reporter: Poul-Henning Kamp <phk>
Component: Books & ArticlesAssignee: Ceri Davies <ceri>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Poul-Henning Kamp 2006-08-21 17:40:07 UTC
	kqueue(2) manpage should mention that there is a finite number
	of possible timers and that this number is controlled by the
	sysctl kern.kq_calloutmax.

How-To-Repeat: 	Try adding 4097 timers to a kqueue, observe ENOMEM error return
	despite plenty of memory being available.
Comment 1 Ceri Davies freebsd_committer freebsd_triage 2006-08-25 16:19:53 UTC
State Changed
From-To: open->patched

Update committed, thanks. 


Comment 2 Ceri Davies freebsd_committer freebsd_triage 2006-08-25 16:19:53 UTC
Responsible Changed
From-To: freebsd-doc->ceri

MFC reminder take 2.
Comment 3 Ceri Davies freebsd_committer freebsd_triage 2006-09-02 18:09:02 UTC
State Changed
From-To: patched->closed

Pulled back to RELENG_6, thanks.