왜 이런 일이 발생하는지 잘 모르겠습니다. 이 오류를 본 것은 이번이 처음입니다. 램과 드라이브를 위한 공간은 충분해 보입니다.
-noshm 옵션 없이 실행하면 첫 번째 vnc가 실패합니다. 두 번째로 실패한 것은 ffmpeg의 화면 캡처였습니다. 이런 일이 발생하지 않도록 하려면 어떻게 해야 하며 어떻게 해결할 수 있나요? 서버를 완전히 다시 시작해야 합니까?
[x11grab @ 0x558615a2b220] Cannot get 1126032 bytes of shared memory:
No space left on device. [x11grab @ 0x558615a2b220] Stream #0: not
enough frames to estimate rate; consider increasing probesize
total used free shared buff/cache
available
Mem: 3762 662 547 967 2553
1898
Swap: 0 0 0
Filesystem Size Used Avail Use% Mounted on
udev 1.9G 0 1.9G 0% /dev
tmpfs 377M 39M 338M 11% /run
/dev/xvda1 20G 5.3G 14G 28% /
tmpfs 1.9G 47M 1.8G 3% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
tmpfs 377M 32K 377M 1% /run/user/116
tmpfs 377M 4.0K 377M 1% /run/user/1000
ipcs 명령의 출력:https://gist.github.com/cAstraea/a204591c838f95c95d863ea04709ffa7
답변1
엄청난 양의 질문시스템 V공유 메모리 세그먼트. 명령어 로 삭제해야 합니다 ipcrm
. 하지만 확인하기 전에나치이 세그먼트를 사용하는 프로그램 수를 표시하는 필드입니다. 예를 들어:
귀하의 스니펫:
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000000 0 root 644 80 2
0x00000000 32769 root 644 16384 2
0x00000000 2065989638 ubuntu 777 1128032 0
0x00000000 1363181575 ubuntu 777 1126032 0
마지막 2개의 조각을 안전하게 삭제할 수 있습니다.
ipcrm --shmem-key 2065989638
ipcrm --shmem-key 1363181575