FREE face recognition in Home Assistant using Frigate and Double take

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024

ความคิดเห็น • 4

  • @michaelmenzie2806
    @michaelmenzie2806 6 วันที่ผ่านมา

    hello... followed your great video and have everything up and running. My compreface LXC is using all of its SWAP usage (510.66MiB of 512.00MiB) and my memory usage is quite high as well (87.32% of 4.00GiB). are these bad? what can i do to fix them if this is bad? container still seems to be working without issue... I think

    • @TheHomeAutomationProject
      @TheHomeAutomationProject  6 วันที่ผ่านมา +1

      Glad it helped. Its an issue with Java module consuming memory. You would need to configure the .env params. Here is a link to the issue with resolution: github.com/exadel-inc/CompreFace/issues/597

    • @michaelmenzie2806
      @michaelmenzie2806 5 วันที่ผ่านมา

      @@TheHomeAutomationProject thank you... is there a way to change that without rebuilding the whole container? i cannot find .env file like the article suggests. rebuilding won't take too long but i was hoping to avoid it

    • @TheHomeAutomationProject
      @TheHomeAutomationProject  4 วันที่ผ่านมา

      unfortunately docker does not support updating env variables while running in a straightforward manner. You can use the --volumes-from switch when running the new docker to get data from the existing volumes.