high load on rpi3 #2823
Answered
by
vincep5
davisfeng70
asked this question in
Q&A
high load on rpi3
#2823
-
Anyone see high load from Raspberry Pi 3? I'm using docker-compose, and I gave database /dev/shm 256m to be able to run vacuum
|
Beta Was this translation helpful? Give feedback.
Answered by
vincep5
May 20, 2025
Replies: 1 comment 4 replies
-
I resolved this by doing a new docker-compose install of teslamate with latest versions, and imported the latest db dump, and now no high load. the new install has everything vanilla, no changes at all. FYI, my db is now 1.0GB in size, 2 cars for 1.5 years |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and for me, this query is very slow as well on a Rpi 3B (the positions table has 13,208,674 rows)
real 1m13.950s
user 0m0.354s
sys 0m0.152s
I changed the docker DATABASE_TIMEOUT env variable setting to 120000 and my CPU problems got resolved