From db32a24cb649d9104f07382aa4aae184e0959b4f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 28 Aug 2020 12:07:55 -0700 Subject: [PATCH] update kernel tuning docs to indicate sane values --- docs/deployment/kernel-tuning/README.md | 70 ++++++++++++------------- docs/deployment/kernel-tuning/sysctl.sh | 62 ++++++++++------------ 2 files changed, 64 insertions(+), 68 deletions(-) diff --git a/docs/deployment/kernel-tuning/README.md b/docs/deployment/kernel-tuning/README.md index 1a62e327f..cae283133 100644 --- a/docs/deployment/kernel-tuning/README.md +++ b/docs/deployment/kernel-tuning/README.md @@ -1,11 +1,15 @@ # Kernel Tuning for MinIO Production Deployment on Linux Servers [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Docker Pulls](https://img.shields.io/docker/pulls/minio/minio.svg?maxAge=604800)](https://hub.docker.com/r/minio/minio/) -Following are the recommended settings, a copy of this [script](https://github.com/minio/minio/blob/master/docs/deployment/kernel-tuning/sysctl.sh) is available here to be applied on Linux servers. +List of kernel tuning recommendations for MinIO server deployments, a copy of this [script](https://github.com/minio/minio/blob/master/docs/deployment/kernel-tuning/sysctl.sh) is available here that can be applied on the servers. -> NOTE: Although these settings are generally good on Linux servers, users must be careful on any premature tuning. These tunings are generally considered good to have but not mandatory, these settings do not fix any hardware issues and should not be considered as an alternative to boost performance. Under most circumstances this tuning is to be done after performing baseline performance tests for the hardware with expected results. +> NOTE: These are common recommendations on any Linux servers, users must be careful on any premature optimization. +> These settings are not mandatory, these settings do not fix any hardware issues and should not be considered as an +> alternative to boost performance to mask underlying hardware problems. Under all circumstances it is recommended +> to perform this tuning only after performing benchmarks for the hardware with expected baseline results. ``` #!/bin/bash + cat > sysctl.conf <