GeekGene/mewsfeed

High CPU usage

Opened this issue · 3 comments

mattyg commented

Mewsfeed kangaroo build seems to regularly consume 100% CPU. I'm guessing the issue is with Tauri, as a I don't see the issue when running the happ headless (at least not for 1-2 hours until it hits some bug in holochain).

mattyg commented

There is now an alternative holochain-kangaroo setup that runs binaries via sidecar, instead of loading holochain as a library within tauri. We should test this to see if it addresses the issue: https://github.com/holochain-apps/holochain-kangaroo/tree/sidecar-binaries

I can confirm that with MewsFeed v0.11.3 on Windows 10 there is no CPU issue anymore, good job.