File Descriptor - CI/CD用語集の定義
file descriptorは、OSが開いている各ファイル、socket、pipeに割り当てる整数のハンドルです。使い切るとEMFILE / "too many open files"が発生します。
関連ガイド
ulimit - CI/CD Glossary Definitionulimit sets per-process resource limits - open files, memory, processes. A too-low file-descriptor ulimit cau…
Zombie Process - CI/CD Glossary DefinitionA zombie process has exited but its parent has not yet collected its status, so it lingers in the process tab…
Rate Limit - CI/CD Glossary DefinitionA rate limit caps how many requests a client may make to an API in a window. Hitting one - like Docker Hub or…