Tag

kernel-tuning

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 14, 2025 · Operations

TCP Out‑of‑Memory on AWS EC2: Diagnosis and Kernel Parameter Tuning

An AWS EC2 instance behind an Elastic Load Balancer became unresponsive due to repeated TCP out‑of‑memory errors, which were resolved by examining kernel messages, adjusting tcp_mem‑related kernel parameters, and rebooting the server after a long uptime.

AWSEC2TCP
0 likes · 6 min read
TCP Out‑of‑Memory on AWS EC2: Diagnosis and Kernel Parameter Tuning
Raymond Ops
Raymond Ops
Mar 13, 2025 · Operations

Boost Nginx Performance: Essential Linux Kernel Tweaks for High Concurrency

This guide explains why default Linux kernel settings are insufficient for high‑traffic Nginx servers and provides a curated list of sysctl parameters—such as file‑max, tcp_tw_reuse, and net.core buffers—along with explanations and tuning tips to maximize concurrent connections and overall performance.

Performancekernel-tuninglinux
0 likes · 8 min read
Boost Nginx Performance: Essential Linux Kernel Tweaks for High Concurrency
ByteDance SYS Tech
ByteDance SYS Tech
Jul 19, 2024 · Operations

Machine Learning, eBPF, and Zero‑Copy: Cutting‑Edge Linux Network Optimizations Revealed

The 2024 Netdev 0x18 conference in Santa Clara showcased six ByteDance STE presentations covering machine‑learning‑driven Nginx latency tuning, a novel zero‑copy notification, fine‑grained TCP tuning with eBPF, transparent shared‑memory communication, cross‑data‑center traffic management using AI, and asymmetric multi‑processing to cut network jitter.

NetworkingPerformanceeBPF
0 likes · 10 min read
Machine Learning, eBPF, and Zero‑Copy: Cutting‑Edge Linux Network Optimizations Revealed
Efficient Ops
Efficient Ops
Mar 28, 2022 · Cloud Native

How to Scale Kubernetes Clusters: Quotas, Kernel Tweaks, and Etcd Best Practices

This guide explains how to adjust node quotas, tune kernel parameters, configure high‑availability etcd clusters, and set optimal Kube‑APIServer and Pod settings for large‑scale Kubernetes deployments, ensuring stability and performance as the cluster grows.

Cluster Scalingcloud-nativeetcd
0 likes · 8 min read
How to Scale Kubernetes Clusters: Quotas, Kernel Tweaks, and Etcd Best Practices
Efficient Ops
Efficient Ops
Aug 11, 2021 · Operations

Scaling Kubernetes Clusters: Node Quotas, Kernel Tweaks & Etcd Tips

This guide outlines how to prepare large‑scale Kubernetes clusters on public clouds by increasing node quotas, adjusting kernel parameters, configuring high‑availability etcd with the etcd‑operator, tuning kube‑apiserver settings, and applying pod‑level best practices for resource limits and affinity.

Cluster Scalingetcdkernel-tuning
0 likes · 8 min read
Scaling Kubernetes Clusters: Node Quotas, Kernel Tweaks & Etcd Tips
Refining Core Development Skills
Refining Core Development Skills
Feb 24, 2021 · Backend Development

Achieving One Million TCP Connections: Theory, Kernel Tuning, and Practical Implementation in C/Java/PHP

This article explains TCP concurrency theory, details two experimental approaches for reaching one million simultaneous connections using multi‑IP or multi‑port strategies, and provides step‑by‑step kernel tuning, source code, and validation commands for C, Java, and PHP implementations.

CJavaNetworking
0 likes · 16 min read
Achieving One Million TCP Connections: Theory, Kernel Tuning, and Practical Implementation in C/Java/PHP
Efficient Ops
Efficient Ops
Jul 14, 2020 · Operations

Why Enabling tcp_tw_recycle Can Crash Your Web Service and How to Fix It

This article explains how an unstable response time caused by misconfigured public load balancers and the kernel parameters net.ipv4.tcp_tw_recycle and net.ipv4.tcp_tw_reuse led to frequent monitoring alerts, details the diagnostic steps taken, and provides concrete remediation recommendations.

Network TroubleshootingTIME_WAITkernel-tuning
0 likes · 19 min read
Why Enabling tcp_tw_recycle Can Crash Your Web Service and How to Fix It
Practical DevOps Architecture
Practical DevOps Architecture
Jan 4, 2018 · Operations

Optimizing System Performance by Tuning Kernel Parameters with sysctl

This guide explains how to maximize system performance by debugging and adjusting kernel parameters using sysctl, detailing command options, key network and security settings, recommended values, and related /proc/sys entries for tuning TCP, UDP, socket buffers, and other kernel behaviors.

Network Performancekernel-tuninglinux
0 likes · 10 min read
Optimizing System Performance by Tuning Kernel Parameters with sysctl
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 3, 2016 · Operations

Boost Web Server Performance: Proven Kernel and Application Tuning Guide

This article shares a practical template for optimizing web service performance, covering kernel sysctl tweaks, file‑handle limits, and Nginx/PHP‑FPM configuration adjustments to eliminate bottlenecks and maximize throughput under high traffic conditions.

PHP-FPMkernel-tuningnginx
0 likes · 5 min read
Boost Web Server Performance: Proven Kernel and Application Tuning Guide