ubuntu2 [ubuntu][ulimit] bash: ulimit: open files: cannot modify limit: Operation not permitted $ ulimit -n 10000 bash: ulimit: open files: 제한을 수정할 수 없음: 명령을 허용하지 않음 bash: ulimit: open files: cannot modify limit: Operation not permitted ubuntu 에서 root가 아닌 사용자 계정으로 ulimit -n open files 변경이 안되는 문제 검색을 해보면 sudo vi /etc/security/limits.conf 에 아래 내용을 추가하라고 나오지만, 설정 후 재부팅해도 안되는 현상 확인 ohdumak soft nofile 65534 ohdumak hard nofile 65534 ohdumak soft nproc 65534 ohdumak hard nproc 65534 [해결 방법] I w.. 2022. 5. 13. [Ubuntu][GDB] Cannot access memory at address 발생하지 않는 방법 gdb, coredumpctl gdb 사용 시 Cannot access memory at address 발생 BFD: warning: /var/tmp/coredump-kvq8Zt is truncated: expected core file size >= 4052951040, found: 2147483648 coredump.conf 수정 $ sudo vi /etc/systemd/coredump.conf [Coredump] ProcessSizeMax=4G ExternalSizeMax=4G JournalSizeMax=4G $ systemctl daemon-reload 이후 core발생 시 다시 coredumpctl gdb 구동하면 gdb 정상 에러 확인 가능 https://stackoverflow.com/que.. 2022. 5. 11. 이전 1 다음