[카테고리:] Cloud & Infra

  • Understanding File Descriptors (FD) in Linux

    At a previous job, one of my colleagues — a senior engineer of the same age as me — once insisted that we needed to scale out our servers because the system had supposedly hit its FD limit. It turned out he misunderstood FDs at the user level rather than the process level. That incident…

  • 리눅스에서 File Descriptor(FD) 이해하기

    예전 직장에서 있었던 일이다.한 시니어 엔지니어가 FD 한계치에 도달했다며 서버 증설을 주장했는데, 알고 보니 유저 단위로 FD를 잘못 이해하고 있었다. 그 일을 계기로 팀원들에게 FD 개념을 다시 교육했고, 그 기억이 떠올라 이 글을 공유하고자 한다. 운영 중인 리눅스 서버에서 열린 파일 수가 많다거나 FD를 늘려야 한다는 이야기가 자주 나온다. 하지만 FD(File Descriptor)의 개념을 정확히 이해하지…