Processes are getting hung when we start 35 containers using docker compose and without that

My processes inside docker container are getting hung when i try to start 35 containers in my machine using docker compose/ or without, I have 30 GB RAM, and 10 CPU and Storage is SSD,

I tried strace to find issue but it give below output, which mains it is waiting for some resources.

“futex(0x12312312, FUTEX_WAIT_PRIVATE, 0, NULL”

If we start containers one by one by giving 30 seconds gap among all its working fine.

Can anyone help me to find root cause.

Thanks