<div dir="ltr">Hi There,<div>I have a docker container that runs multiple pipelines sometimes upto 16 Gstreamer pipelines concurrently.</div><div>When the docker container starts there is a CPU spike increasing the load average which fails other services in that computer.</div><div><br></div><div>On digging I see that the gst_init() and internally gst_update_registry() might be the reason behind it as it is updating the registries for the plugins.</div><div><br></div><div>Since all the pipelines are more or less using the same plugins, I was wondering if I can copy the `registry.x86_64.bin` default into the docker container while building the image so that I can avoid this.</div><div><br></div><div>Or is there any other way to reduce this?</div><div>Please advise</div><div>Thanks a lot!</div><div>Regards,</div><div>Guru</div></div>