Tagged articles
4 articles
Page 1 of 1
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Dec 10, 2022 · Cloud Native

Why Kubernetes Pods Fail with “Too Many Open Files” and How to Fix It

The article explains the “Too many open files” error in Kubernetes, clarifies that it refers to exceeding system file‑handle limits, shows how to inspect current usage with ulimit and lsof, and provides step‑by‑step commands to temporarily or permanently raise the limits and troubleshoot the application code.

DevOpsKubernetesToo many open files
0 likes · 5 min read
Why Kubernetes Pods Fail with “Too Many Open Files” and How to Fix It
Ctrip Technology
Ctrip Technology
Nov 15, 2016 · Backend Development

Investigation of the "Too many open files" Error in Tomcat with Apollo Configuration Center

This article analyzes a production incident where a Java web application using Apollo configuration center encountered "Too many open files" errors, detailing the fault symptoms, root cause analysis involving Tomcat's classloader and file‑descriptor limits, and presenting remediation and preventive measures.

ApolloTomcatToo many open files
0 likes · 13 min read
Investigation of the "Too many open files" Error in Tomcat with Apollo Configuration Center