How to prevent ragdoll from pushing objects?

Is there any way to setup a physic object to never push another physics object and only get pushed by collision? The problem I have is that my ragdoll pushes everything even when that physics object is like 10000000kg. The ragdoll is movement physics constrained to the player with projection which I guess PhysX can’t handle like you would expect it to or it is a bug.