• Hardware Platform (Jetson / GPU) GPU Tesla T4
• DeepStream Version SDK 5.0.1
Hello,
I am trying to run 12 deepstream pipelines in parallel (note that I am not using the feature of deepstream by which you can set up multiple sources because for each deepstream I am using different weight files and configs). I have 4 GPUs on a machine, I assign 3 deepstream to each GPU. However, there s a problem that when the number of concurrent deepstream pipelines cannot go above 9, i.e. the 10th pipeline kills one of the previous pipelines and then starts.
I was wondering if there is a way to increase this limit?
Thank you