[Bug]: /dev/shm filling up #12140
Replies: 1 comment 14 replies
-
more information is needed, I have 8 cameras and have no issues. Realistically you most likely had a process crash that led to this issue, so we need to see the frigate logs |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
Looks like with the latest beta,
/dev/shm
is filling up with camera frames, and once full, frigate, go2rtc, and nginx cannot write logs. Frigate seems to crash (or at least the UI is unresponsive). go2rtc stays up since I'm able to see the restreams via VLC. I bumped up the shm from 256mb to 512mb and it filled that up too. I finally upped it to 4gigs and captured the moment it filled.Steps to reproduce
Run beta3 with 7-8 cameras with object detection on. You'll see the camera frames in memory (/dev/shm) fill up. I see #12020 which maybe will fix this issue?
docker-compose.yml
Version
0.14.0-beta3
Frigate config file
Relevant log output
Operating system
Debian
Install method
Docker Compose
Network connection
Wired
Camera make and model
assorted cameras
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions