From 8120318b007b972363fce4bc778e1112c104ba65 Mon Sep 17 00:00:00 2001 From: Dustin Cote Date: Mon, 9 May 2016 13:11:31 -0400 Subject: [PATCH] Adding file descriptor sizing recommendations --- docs/ops.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/ops.html b/docs/ops.html index f64a701717d..a6298141e8c 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -457,13 +457,12 @@ Kafka should run well on any unix system and has been tested on Linux and Solari

We have seen a few issues running on Windows and Windows is not currently a well supported platform though we would be happy to change that.

-You likely don't need to do much OS-level tuning though there are a few things that will help performance. -

-Two configurations that may be important: +It is unlikely to require much OS-level tuning, but there are two potentially important OS-level configurations:

+

Disks and Filesystem

We recommend using multiple drives to get good throughput and not sharing the same drives used for Kafka data with application logs or other OS filesystem activity to ensure good latency. You can either RAID these drives together into a single volume or format and mount each drive as its own directory. Since Kafka has replication the redundancy provided by RAID can also be provided at the application level. This choice has several tradeoffs.