From b197623ed28995d8d511dcba778ad511f3dae6fa Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 4 Jan 2023 01:33:40 -0800 Subject: [PATCH] remove unnecessary kernel-tuning docs (#16354) --- docs/deployment/kernel-tuning/README.md | 98 ------------------------- docs/deployment/kernel-tuning/sysctl.sh | 87 ---------------------- 2 files changed, 185 deletions(-) delete mode 100644 docs/deployment/kernel-tuning/README.md delete mode 100755 docs/deployment/kernel-tuning/sysctl.sh diff --git a/docs/deployment/kernel-tuning/README.md b/docs/deployment/kernel-tuning/README.md deleted file mode 100644 index cae283133..000000000 --- a/docs/deployment/kernel-tuning/README.md +++ /dev/null @@ -1,98 +0,0 @@ -# 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/) - -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: 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 < sysctl.conf <