From 64ac2e4067edcf0b298189940244bff70dcad018 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Mon, 22 Apr 2002 01:52:28 +0000 Subject: [PATCH] Correct an equation that was a bit faulty. PR: docs/37068 Submitted by: Martin Heinen --- en_US.ISO8859-1/books/handbook/config/chapter.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index d63eb8bb17..a5d0243565 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -1108,7 +1108,7 @@ kern.maxfiles: 2088 -> 5000 simultaneous connections, and each connection eats a 16K receive and 16K send buffer, you need approximately 32MB worth of network buffers to cover the web server. A good rule of thumb is - to multiply by 2, so 32MBx2 = 64MB/2K = 32768. + to multiply by 2, so 2x32 MB / 2 KB = 64 MB / 2 kB = 32768.