From e3c1dc3f9047edc253112b77893cb033abbe9d13 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 4 May 2006 10:03:52 +0000 Subject: [PATCH] In pty leak item, note that this occurs only under extreme stress testing load, not normal workloads -- many people run 6.x just fine without ever leaking ptys, and the current entry might be read to mean that every 6.x system allows only a couple of hundred logins before failing. --- en/releases/6.1R/todo.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/releases/6.1R/todo.sgml b/en/releases/6.1R/todo.sgml index 3816b8237c..49b9767c26 100644 --- a/en/releases/6.1R/todo.sgml +++ b/en/releases/6.1R/todo.sgml @@ -1,7 +1,7 @@ - + %navincludes; @@ -102,7 +102,8 @@ &a.cognet; Since 6.x has a hard-coded limit, once all ptys are leaked things like ssh and login no longer work. - This seems devfs-related. + This seems devfs-related, and occurs only under extreme stress + testing, not normal use.