Performance issue with capsule, kinematic non convex mesh and VR.

I have been working on my VR game for a while.
At some point I added enemies, and I used a capsule to prevent them from going through walls.
At first I built the wall colliders from separate cubes but then also tried to generate the all colliders as one collider mesh.
In both cases, capsule against wall colliders have a weird performance issue where I would get spikes in CPU usage.
Normally the scene would render at about 4ms in VR, but the spikes made it jump to 15 ms every second or so.
After replacing the capsules with cubes for the players, perforamce was stable on 4 ms.
I also notice this only in VR.
Another issue is that those spikes are not visible in the profiler, neither deep nor standard.
They are visible in the stats in the editor game window though.

Can I report a bug without a project? Otherwise I would need to prepare a new project that reproduce this issue.

Hit up this link to learn more about the bug reporting process, such as what information is needed and how to provide it: https://unity3d.com/unity/qa/bug-reporting?_ga=2.238855360.1506675044.1572805904-1364330384.1571764025