Is there any performance downsides to using the `-XX:+PerfDisableSharedMem` JVM flag?
From what I’ve read online, it sounds like a lot of people recommend setting the -XX:+PerfDisableSharedMem JVM flag to fix high GC pause latencies due to IO blocking when the garbage collector tries …