For java's GC you need to look into startup flags, which are very tricky even for experienced programmers. Instead I'd suggest optimizing the plugins you're using. Assuming you're using a CPU with multiple threads assign various plugins to various threads, same goes for Java's GC.
What...