You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this log when running my implementation of pipecat and Livekit agents with a single instance of the pipecat worker. WARNING livekit.agents - process memory usage is high ~ 400mb. Any thoughts as to why pipecat could be using so many resources?
The text was updated successfully, but these errors were encountered:
I'm using Pipecat inside the livekit agent framework. I've narrowed it down to LivekitTransport.input() being the cause of the high usage. I'm not sure why it's using ~300mb more memory than it should. I expected a single instance to be ~90mb of memory.
Update ***
Now I'm doubting if it was the transport input. I don't think it's livekit because I've made an alternative with their full stack and its memory usage is no where near this much.
Getting this log when running my implementation of pipecat and Livekit agents with a single instance of the pipecat worker. WARNING livekit.agents - process memory usage is high ~ 400mb. Any thoughts as to why pipecat could be using so many resources?
The text was updated successfully, but these errors were encountered: