[Support]: Frigate v0.13 consuming a lot more memory than v0.12 #10005
Unanswered
heisenberg2980
asked this question in
General Support
Replies: 1 comment 12 replies
-
is frigate fully starting? there should be a .vacuum file in /config which will show when the database was last vacuumed. That is a very large database |
Beta Was this translation helpful? Give feedback.
12 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
After updating Frigate to v0.13 it is using double amount of memory than v0.12, increasing from less than 5Gb to almost 10Gb using the same config file, and crashing when trying to see the timeline from Home Assistant.
This is the top command executed inside the container using v0.12.1, where process python3 is using 2.4% of memory:
And the same top command after the update to v0.13.2 shows process python3 using 9% of memory:
The issue might be related to the size of the database (3Gb at the moment) as it does not happen when starting Frigate v0.13 with an empty database as shown here (python3 using 1% of memory):
Version
0.13.2
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Proxmox
Install method
HassOS Addon
Coral version
USB
Network connection
Wired
Camera make and model
Dahua HDW5442TM
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions