K 10 svn:author V 3 des K 8 svn:date V 27 1998-10-12T20:36:33.000000Z K 7 svn:log V 287 Avoid the "Cannot allocate memory" problem that appears on heavily loaded systems by retrying the sysctl() with a larger buffer if it fails with ENOMEM. For good measure, allocate 10% more memory than sysctl() claims is necessary. PR: 8275 Reviewed by: David Greenman END