Date: Sun, 14 Nov 1999 22:14:36 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: "Vince Kosmac" <vkosmac@voyagertec.com> Cc: <freebsd-net@FreeBSD.ORG> Subject: Help with MAX sockets Message-ID: <199911150314.WAA04068@khavrinen.lcs.mit.edu> In-Reply-To: <002d01bf2b8e$ee857fa0$1eea6bce@vince_svr.travauto.com> References: <002d01bf2b8e$ee857fa0$1eea6bce@vince_svr.travauto.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Wed, 10 Nov 1999 10:19:07 -0500, "Vince Kosmac" <vkosmac@voyagertec.com> said: > Does anyone know the resource requirements for a single BSD=20 > socket ? I am tring to open 2,000 sockets on a single machine with=20 > 512meg of ram. I can only get 648 sockets before it locks up. I did a = Please do not send HTML-mail. It really irritates a lot of people, and makes you look like a clueless newbie. To answer your question: a TCP socket requires 448 (tcpcb) + 192 (socket) + 64 (file) = 704 bytes of kernel state for each open socket. Closed sockets in TIME_WAIT state require 640 bytes (everything but the file struct). As to why you can only get 648 sockets before ``it locks up'', I can't help you unless you are far more specific. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911150314.WAA04068>