packages/docs/docs/troubleshooting/sigkill.mdx
This error comes in multiple variants:
Compositor quit with signal SIGKILL: [...]
FFmpeg quit with code null (SIGKILL)
The operating system is either killing the Remotion process or the FFmpeg process.
Most likely this is due to it taking too much memory.
Remotion opens a cache for extracting video frames, which by default allows itself to fill up to 50% of the available memory used at the begin of the render.
If Remotion realizes that the system is short on memory, it will halfen the cache size and free up memory.
However, if other processes are filling up memory, the Remotion process can be killed as soon as it allocates any memory.
The same goes for the FFmpeg process.
You can decrease the cache size of Remotion using the offthreadVideoCacheSizeInBytes.
We continuously improve the memory management of Remotion.
The last version with improvements is v4.0.171.
Set a lower concurrency to open less browser tabs at once and thus less memory.
As a last resort, you can allocate more memory to your system to alleviate the problem.