treeaaa
treeaaa
maybe try add shm_size. refer to this https://stackoverflow.com/questions/30210362/how-to-increase-the-size-of-the-dev-shm-in-docker-container or modify shm_size with a exist container. 1. stop docker sudo systemctl stop docker 2. cd to container_path and vim hostconfig sudo...
https://github.com/QuentinFuxa/WhisperLiveKit/blob/bc7c32100f3df29c5e6d9f81a30ffb5de70737de/whisperlivekit/audio_processor.py#L79 I encountered the same issue — the server consistently crashes around the 16-minute mark. As an initial fix, I changed the following: pipe_stderr=True → pipe_stderr=False After setting pipe_stderr to...