From owner-freebsd-questions Mon Mar 17 20:32:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01105 for questions-outgoing; Mon, 17 Mar 1997 20:32:51 -0800 (PST) Received: from group.groupnet.net (ali@group.groupnet.net [206.54.250.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01100 for ; Mon, 17 Mar 1997 20:32:48 -0800 (PST) Received: from localhost (ali@localhost) by group.groupnet.net (8.8.5/8.8.5) with SMTP id WAA17610 for ; Mon, 17 Mar 1997 22:33:41 -0600 (CST) Date: Mon, 17 Mar 1997 22:33:41 -0600 (CST) From: Ali Lomonaco To: questions@freebsd.org Subject: FD's and RPC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I believe somewhere I heard setting the FD limit to 512 or over breaks RPC. Is this true? I'm using 2.2 right now and the setting OPEN_MAX to 1024 causes named to make a little noise. Mar 17 22:28:16 enigma named[78]: Return from getdtablesize() > FD_SETSIZE Thanks.