-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed as not planned
Description
The problem
trying to find a cause for higher (and steep) memory % on b6 and b7,

I tried to run profiler memory with

ony to have it restarts the instance, with warnings about Sql db, because it apparently wasnt a clean restart.
What version of Home Assistant Core has the issue?
2024.3.0b7
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
profiler
Link to integration documentation on our website
https://www.home-assistant.io/integrations/profiler/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
seems that reloading themes by keying C Theme ups memory by 0.2 to 0.3 % each time. I had been doing some theme testing before the issue was noticed, and reiterating those steps made me test that again: yes, this was the cause for the memory rise, and unfortunately it is not returned.
ScottG489