Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- error
- label
- Docker
- Linux
- Numpy
- JSON
- 컨테이너
- SSH
- 기타 연주
- C++
- Python
- VS Code
- Selenium
- mysql
- OpenCV
- pandas
- C#
- pytorch
- LIST
- YOLO
- 프로그래머스
- Visual Studio
- windows forms
- ubuntu
- C
- 핑거스타일
- 채보
- 오류
- pip
- paramiko
Archives
- Today
- Total
목록Too many open files (1)
기계는 거짓말하지 않는다
Ubuntu Too many open files error (ulimit)
Too many open files error 또는 비슷한 류의 리소스 한계 오류를 보는 경우가 있다. 이 오류는 파일디스크립터 한계 오류이다. ulimit를 설정하여 해결할 수 있다. 일시, 임시적인 설정 변경 임시적인 자원 한계를 확인, 설정하는 경우 ulimit command ulimit Man Page - Linux - SS64.com ulimit User limits - limit the use of system-wide resources. Syntax ulimit [-HS] -a ulimit [-HS] [-bcdefiklmnpqrstuvxPRT] [limit] Key -S Set a soft limit for the given resource. -H Set a hard limit for the..
Linux
2023. 3. 18. 21:16